PoLabelFieldcoordinateType Property |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoLabelFieldCoordinateTypes> coordinateType { get; }
Public ReadOnly Property coordinateType As SoSFEnum(Of PoLabelFieldCoordinateTypes)
Get
public:
property SoSFEnum<PoLabelFieldCoordinateTypes>^ coordinateType {
SoSFEnum<PoLabelFieldCoordinateTypes>^ get ();
}
member coordinateType : SoSFEnum<PoLabelFieldCoordinateTypes> with get
Property Value
Type:
SoSFEnumPoLabelFieldCoordinateTypesRemarks 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