Struct Sketch.SketchGeometry
Inherited Members
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 |