PoMeshContouringannotCrossStatus Property |
Controls the annotations and contour lines crossing.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMeshContouringAnnotCrossStatusType> annotCrossStatus { get; }
Public ReadOnly Property annotCrossStatus As SoSFEnum(Of PoMeshContouringAnnotCrossStatusType)
Get
public:
property SoSFEnum<PoMeshContouringAnnotCrossStatusType>^ annotCrossStatus {
SoSFEnum<PoMeshContouringAnnotCrossStatusType>^ get ();
}
member annotCrossStatus : SoSFEnum<PoMeshContouringAnnotCrossStatusType> with get
Property Value
Type:
SoSFEnumPoMeshContouringAnnotCrossStatusTypeRemarks 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