Click or drag to resize
PoLabelFieldcoordinateType Property

Type of coordinates.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
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