PoMesh3DVeceliminationStatus 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<PoMesh3DVecEliminationStatusType> eliminationStatus { get; }
Public ReadOnly Property eliminationStatus As SoSFEnum(Of PoMesh3DVecEliminationStatusType)
Get
public:
property SoSFEnum<PoMesh3DVecEliminationStatusType>^ eliminationStatus {
SoSFEnum<PoMesh3DVecEliminationStatusType>^ get ();
}
member eliminationStatus : SoSFEnum<PoMesh3DVecEliminationStatusType> with get
Property Value
Type:
SoSFEnumPoMesh3DVecEliminationStatusTypeRemarks 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