Click or drag to resize
PoCurveFilterTypes Enumeration

Filter type.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum FilterTypes
Members
  Member nameValueDescription
INACTIVE0

Filter is inactive.

ALL_POINTS1

All points of point are selected.

INDEX_PERIOD2

One point of point in every indexPeriod is selected.

INDEX_LIST3

A list of points of point is selected by their indices.

X_PERIOD4

One point of computed curve points is selected in every xPeriod.

X_LIST5

A list of points of computed curve points are selected by a list of abscises.

Remarks