Click or drag to resize
PoMesh2DVeceliminationStatus Property

If eliminationStatus = TOO_SMALL, the vectors which module is lower than minLength are not drawn.

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

Property Value

Type: SoSFEnumPoMesh2DVecEliminationStatusType
Remarks

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