Search Results for

    Show / Hide Table of Contents

    Struct Sketch.SketchGeometry

    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 Sketch.SketchGeometry

    Constructors

    SketchGeometry(NXObject, PointType, int)

    Declaration
    public SketchGeometry(NXObject Geometry, Sketch.PointType PointType, int PointIndex)
    Parameters
    Type Name Description
    NXObject Geometry
    Sketch.PointType PointType
    int PointIndex

    Fields

    Geometry

    Declaration
    public NXObject Geometry
    Field Value
    Type Description
    NXObject

    PointIndex

    Declaration
    public int PointIndex
    Field Value
    Type Description
    int

    PointType

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

    Methods

    ToString()

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