Click or drag to resize
PoMeshContouringannotPath Property

Annotations path.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<PoMeshContouringAnnotPaths> annotPath { get; }

Property Value

Type: SoSFEnumPoMeshContouringAnnotPaths
Remarks

  • 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