Click or drag to resize
PoLabelvalueType Property

Defines the type of values displayed by the labels.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBitMask<PoLabelValueTypes> valueType { get; }

Property Value

Type: SoSFBitMaskPoLabelValueTypes
Remarks

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