PoMesh2DVeceliminationStatus Property |
If eliminationStatus = TOO_SMALL, the vectors which module is lower than minLength are not drawn.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoMesh2DVecEliminationStatusType> eliminationStatus { get; }
Public ReadOnly Property eliminationStatus As SoSFEnum(Of PoMesh2DVecEliminationStatusType)
Get
public:
property SoSFEnum<PoMesh2DVecEliminationStatusType>^ eliminationStatus {
SoSFEnum<PoMesh2DVecEliminationStatusType>^ get ();
}
member eliminationStatus : SoSFEnum<PoMesh2DVecEliminationStatusType> with get
Property Value
Type:
SoSFEnumPoMesh2DVecEliminationStatusTypeRemarks If eliminationStatus = TOO_LONG, the vectors which module is greater than maxLength are not drawn. If eliminationStatus = TOO_SMALL_OR_LONG, the vectors which module is lower than minLength or greater than maxLength are not drawn. If eliminationStatus = NONE, each vector selected by the density filter is drawn.
See Also