| PoCurveFilterTypes Enumeration | 
Filter type.
Namespace: OIV.MeshViz.Graph
| Member name | Value | Description | |
|---|---|---|---|
| INACTIVE | 0 | Filter is inactive.  | |
| ALL_POINTS | 1 | All points of point are selected.  | |
| INDEX_PERIOD | 2 | One point of point in every indexPeriod is selected.  | |
| INDEX_LIST | 3 | A list of points of point is selected by their indices.  | |
| X_PERIOD | 4 | One point of computed curve points is selected in every xPeriod.  | |
| X_LIST | 5 | A list of points of computed curve points are selected by a list of abscises.  |