Search Results for

    Show / Hide Table of Contents

    Struct SketchOperationData.GeometryData

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct SketchOperationData.GeometryData

    Constructors

    GeometryData(NXObject, string)

    Declaration
    public GeometryData(NXObject GeometryTag, string GeometryString)
    Parameters
    Type Name Description
    NXObject GeometryTag
    string GeometryString

    Fields

    GeometryString

    Declaration
    public string GeometryString
    Field Value
    Type Description
    string

    GeometryTag

    Declaration
    public NXObject GeometryTag
    Field Value
    Type Description
    NXObject

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX