Class ColorMapGraph
Inheritance
ColorMapGraph
Assembly: NXOpen.dll
Syntax
public class ColorMapGraph : Graph, IMessageSink, INXObject, IDisplayableModel, I3DDataGraph
Constructors
ColorMapGraph()
Declaration
protected ColorMapGraph()
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
CreateOrderMarker(double)
Declaration
public MarkerModel CreateOrderMarker(double orderValue)
Parameters
Type |
Name |
Description |
double |
orderValue |
|
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