Interface I3DDataGraph
Assembly: NXOpen.dll
Syntax
public interface I3DDataGraph
Methods
CreateMarker(Int32, Int32, Int32)
Declaration
MarkerModel CreateMarker(int recordIndex, int sectionIndex, int pointIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
recordIndex |
|
System.Int32 |
sectionIndex |
|
System.Int32 |
pointIndex |
|
Returns
CreateMarker(Int32, Int32, Int32, Int32, Double)
Declaration
MarkerModel CreateMarker(int recordIndex, int sectionIndex, int prePointIndex, int nextPointIndex, double linearInterpoScale)
Parameters
Type |
Name |
Description |
System.Int32 |
recordIndex |
|
System.Int32 |
sectionIndex |
|
System.Int32 |
prePointIndex |
|
System.Int32 |
nextPointIndex |
|
System.Double |
linearInterpoScale |
|
Returns
GetSourcePointCount(Int32, Int32)
Declaration
int GetSourcePointCount(int recordIndex, int sectionIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
recordIndex |
|
System.Int32 |
sectionIndex |
|
Returns
Type |
Description |
System.Int32 |
|