Click or drag to resize
PoMeshContouringannotCrossStatus Property

Controls the annotations and contour lines crossing.

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

Property Value

Type: SoSFEnumPoMeshContouringAnnotCrossStatusType
Remarks

  • CROSS_CONTOUR, annotations may cross contour lines.

  • CROSS_MINOR_CONTOUR, annotations may cross only minor contour lines (but not major contour lines).

  • DONT_CROSS_CONTOUR annotations do not cross any contour lines.

By default, annotCrossStatus = CROSS_CONTOUR.

Note that annotations may always cross the annotated contour line, however this field prevents annotations from crossing other contour lines.

See Also