Description
Specifies the different type of filters that are used for implementing and categorizing custom Filters. 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.
C# Syntax
siFilterType.siFilterUndefined // 0 siFilterType.siFilterObject // 1 siFilterType.siFilter3DObject // 2 siFilterType.siFilterProperty // 3 siFilterType.siFilterSubComponentEdge // 4 siFilterType.siFilterSubComponentPoint // 5 siFilterType.siFilterSubComponentPolygon // 6 siFilterType.siFilterSubComponentKnot // 7
|
Constant |
Value |
Description |
|
0 |
Undefined filter type. |
|
|
1 |
Represents generic filters that are not object-specific. |
|
|
2 |
Kind of filter used with 3D objects. |
|
|
3 |
Kind of filter used with property objects. |
|
|
4 |
Kind of filter used with the edge sub components of a geometry. |
|
|
5 |
Kind of filter used with the point sub components of a geometry. |
|
|
6 |
Kind of filter used with the polygon sub components of a geometry. |
|
|
7 |
Kind of filter used with the knot sub components of a geometry. |
Applies To
See Also
Autodesk Softimage v7.5