PoNonLinearDataMapping2color Property |
Defines the list of colors for the data mapping.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFColor color { get; }
Public ReadOnly Property color As SoMFColor
Get
public:
property SoMFColor^ color {
SoMFColor^ get ();
}
member color : SoMFColor with get
Property Value
Type:
SoMFColorRemarks The number of colors must be >= the number of values + 1 if the type is NON_LINEAR_PER_LEVEL and >= the number of values otherwise.
See Also