Class Graph3D
Assembly: NXOpen.dll
Syntax
public class Graph3D : Graph, IMessageSink, INXObject, IDisplayableModel, I3DDataGraph
Constructors
Graph3D()
Declaration
Methods
CreateMarker(int, int, int)
Declaration
public MarkerModel CreateMarker(int recordIndex, int sectionIndex, int pointIndex)
Parameters
Type |
Name |
Description |
int |
recordIndex |
|
int |
sectionIndex |
|
int |
pointIndex |
|
Returns
CreateMarker(int, int, int, int, double)
Declaration
public MarkerModel CreateMarker(int recordIndex, int sectionIndex, int prePointIndex, int nextPointIndex, double linearInterpoScale)
Parameters
Type |
Name |
Description |
int |
recordIndex |
|
int |
sectionIndex |
|
int |
prePointIndex |
|
int |
nextPointIndex |
|
double |
linearInterpoScale |
|
Returns
GetSourcePointCount(int, int)
Declaration
public int GetSourcePointCount(int recordIndex, int sectionIndex)
Parameters
Type |
Name |
Description |
int |
recordIndex |
|
int |
sectionIndex |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink