PoMesh2DzValuesIndex Property |
Defines the index of the set of values used by a representation as a z-coordinate of each mesh node (-1 by default).
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFShort zValuesIndex { get; }
Public ReadOnly Property zValuesIndex As SoSFShort
Get
public:
property SoSFShort^ zValuesIndex {
SoSFShort^ get ();
}
member zValuesIndex : SoSFShort with get
Property Value
Type:
SoSFShortRemarks If zValuesIndex = -1, the representation uses the z-coordinates of the current surface mesh's geometry.
See Also