SoPatternFilterTypes Enumeration |
Possible value of the filterType used by the method loadPatterns.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
INCLUSIVE_FILTER | 0 | Load only the patterns that are in the list of pattern names. | |
EXCLUSIVE_FILTER | 1 | Load all patterns except those specified in the list of pattern names. |
In the case INCLUSIVE_FILTER, we only load patterns of the file define by the list of patterns names. In the case EXCLUSIVE_FILTER, we load all patterns defined in the file without those define by the list of patterns names.