Search Results for

    Show / Hide Table of Contents

    Struct Sketch.ConstraintGeometry

    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.ConstraintGeometry

    Constructors

    ConstraintGeometry(NXObject, ConstraintPointType, int)

    Declaration
    public ConstraintGeometry(NXObject Geometry, Sketch.ConstraintPointType PointType, int SplineDefiningPointIndex)
    Parameters
    Type Name Description
    NXObject Geometry
    Sketch.ConstraintPointType PointType
    int SplineDefiningPointIndex

    Fields

    Geometry

    Declaration
    public NXObject Geometry
    Field Value
    Type Description
    NXObject

    PointType

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

    SplineDefiningPointIndex

    Declaration
    public int SplineDefiningPointIndex
    Field Value
    Type Description
    int

    Methods

    ToString()

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