Click or drag to resize
PoLabelFieldcoordinateType Property

Type of coordinates.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoLabelFieldCoordinateTypes> coordinateType { get; }

Property Value

Type: SoSFEnumPoLabelFieldCoordinateTypes
Remarks

  • coordinateType = COORDINATE_IN_DOMAIN: coordinates are expressed in the current domain (cf OIV.MeshViz.Graph.PoBase description),

  • coordinateType = COORDINATE_IN_CURRENT_UNIT: coordinates are expressed in the current unit.

See Also