PoMeshContouringannotPath Property |
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMeshContouringAnnotPaths> annotPath { get; }
Public ReadOnly Property annotPath As SoSFEnum(Of PoMeshContouringAnnotPaths)
Get
public:
property SoSFEnum<PoMeshContouringAnnotPaths>^ annotPath {
SoSFEnum<PoMeshContouringAnnotPaths>^ get ();
}
member annotPath : SoSFEnum<PoMeshContouringAnnotPaths> with get
Property Value
Type:
SoSFEnumPoMeshContouringAnnotPathsRemarks TANGENTIAL_PATH, annotations are tangential to the contour lines.
HORIZONTAL_PATH, annotations are horizontal.
VERTICAL_PATH, annotations are vertical.
By default, annotPath = TANGENTIAL_PATH.
See Also