Search Results for

    Show / Hide Table of Contents

    Struct Sketch.DimensionGeometry

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public struct DimensionGeometry

    Fields

    AssocType

    Declaration
    public Sketch.AssocType AssocType
    Field Value
    Type Description
    Sketch.AssocType

    AssocValue

    Declaration
    public int AssocValue
    Field Value
    Type Description
    System.Int32

    Geometry

    Declaration
    public NXObject Geometry
    Field Value
    Type Description
    NXObject

    HelpPoint

    Declaration
    public Point3d HelpPoint
    Field Value
    Type Description
    Point3d

    View

    Declaration
    public NXObject View
    Field Value
    Type Description
    NXObject

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX