siFilterType Enum


Enumerations

enum   siFilterType {
  siFilterUndefined = 0,
  siFilterObject = 1,
  siFilter3DObject = 2,
  siFilterProperty = 3,
  siFilterSubComponentEdge = 4,
  siFilterSubComponentPoint = 5,
  siFilterSubComponentPolygon = 6,
  siFilterSubComponentKnot = 7
}

Detailed Description

Specifies the different type of filters that are used for implementing and categorizing custom Filter s. Custom filters of types siFilter3DObject, siFilterSubComponentEdge, siFilterSubComponentPoint, siFilterSubComponentPolygon and siFilterProperty are automatically added to the Main Command Panel filter menus and integrated with the selection tool.
See also:
PluginRegistrar::RegisterFilter, PluginRegistrar::RegisterFilter

Filter, siFilterFundamentalType, Filter, About Filter Types


Enumeration Type Documentation

enum siFilterType

Enumerator:
siFilterUndefined  [0] Undefined filter type.
siFilterObject  [1] Represents generic filters that are not object-specific.
siFilter3DObject  [2] Kind of filter used with 3D objects.
siFilterProperty  [3] Kind of filter used with property objects.
siFilterSubComponentEdge  [4] Kind of filter used with the edge sub components of a geometry.
siFilterSubComponentPoint  [5] Kind of filter used with the point sub components of a geometry.
siFilterSubComponentPolygon  [6] Kind of filter used with the polygon sub components of a geometry.
siFilterSubComponentKnot  [7] Kind of filter used with the knot sub components of a geometry.