PmiFilterCollection Class¶
-
class
NXOpen.Annotations.PmiFilterCollection¶ Bases:
objectRepresents the collection of all PMI filters in the part.
To obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateByPartsFilter | Creates a PMI filter defined by a set of components |
| CreateByTypesFilter | Creates a PMI filter defines by a set of PMI types. |
| CreateByViewsFilter | Creates a PMI filter defined by a set of model views. |
Method Detail¶
CreateByPartsFilter¶
-
PmiFilterCollection.CreateByPartsFilter¶ Creates a PMI filter defined by a set of components
Signature
CreateByPartsFilter(componentMethod, components)Parameters: - componentMethod (
NXOpen.Annotations.PmiFilterComponentMethod) – Specifies the component method applied to the components - components (list of
NXOpen.Assemblies.Component) – Specifies the components in which the filter applies
Returns: Return type: New in version NX4.0.0.
License requirements: geometric_tol (“GDT”)
- componentMethod (
CreateByTypesFilter¶
-
PmiFilterCollection.CreateByTypesFilter¶ Creates a PMI filter defines by a set of PMI types.
Signature
CreateByTypesFilter(componentMethod, components, types)Parameters: - componentMethod (
NXOpen.Annotations.PmiFilterComponentMethod) – Specifies the component method applied to the components - components (list of
NXOpen.Assemblies.Component) – Specifies the components in which the filter applies - types (list of
NXOpen.Annotations.PmiFilterByTypeType) – Specifies the types in which the filter applies
Returns: Return type: New in version NX4.0.0.
License requirements: geometric_tol (“GDT”)
- componentMethod (
CreateByViewsFilter¶
-
PmiFilterCollection.CreateByViewsFilter¶ Creates a PMI filter defined by a set of model views.
Signature
CreateByViewsFilter(componentMethod, components, views)Parameters: - componentMethod (
NXOpen.Annotations.PmiFilterComponentMethod) – Specifies the component method applied to the components - components (list of
NXOpen.Assemblies.Component) – Specifies the components in which the filter applies - views (list of str) – Specified the views in which the filter applies
Returns: Return type: New in version NX4.0.0.
License requirements: geometric_tol (“GDT”)
- componentMethod (