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