Struct Sketch.ConstraintGeometry
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 ConstraintGeometry
Constructors
ConstraintGeometry(NXObject, Sketch.ConstraintPointType, Int32)
Declaration
public ConstraintGeometry(NXObject Geometry, Sketch.ConstraintPointType PointType, int SplineDefiningPointIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject | Geometry | |
| Sketch.ConstraintPointType | PointType | |
| System.Int32 | 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 |
|---|---|
| System.Int32 |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()