PoLabelvalueType Property |
Defines the type of values displayed by the labels.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFBitMask<PoLabelValueTypes> valueType { get; }
Public ReadOnly Property valueType As SoSFBitMask(Of PoLabelValueTypes)
Get
public:
property SoSFBitMask<PoLabelValueTypes>^ valueType {
SoSFBitMask<PoLabelValueTypes>^ get ();
}
member valueType : SoSFBitMask<PoLabelValueTypes> with get
Property Value
Type:
SoSFBitMaskPoLabelValueTypesRemarks There are two ways to display the labels :
VALUE: The values displayed correspond to the the ordinates (resp. abscissas) of the current mesh 1D geometry.
NAME: The values displayed correspond to the names associated to the strings-set specified by the field stringsIndex.
See Also