| 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: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
SoSFEnumPoMesh3DVecEliminationStatusType
RemarksIf 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