| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFShort zValuesIndex { get; }Public ReadOnly Property zValuesIndex As SoSFShort
	Get
public:
property SoSFShort^ zValuesIndex {
	SoSFShort^ get ();
}member zValuesIndex : SoSFShort with get
Property Value
Type: 
SoSFShort
RemarksIf zValuesIndex = -1, the representation uses the z-coordinates of the current surface mesh's geometry. 
See Also