NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::Annotations::PmiFilterCollection Class Reference

Represents the collection of all PMI filters in the part. More...

Inheritance diagram for NXOpen::Annotations::PmiFilterCollection:
NXOpen::TaggedObjectCollection

List of all members.

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element.
NXOpen::Annotations::PmiFilterCreateByPartsFilter (NXOpen::Annotations::PmiFilter::ComponentMethod componentMethod, const std::vector< NXOpen::Assemblies::Component * > &components)
 Creates a PMI filter defined by a set of components.
NXOpen::Annotations::PmiFilterCreateByTypesFilter (NXOpen::Annotations::PmiFilter::ComponentMethod componentMethod, const std::vector< NXOpen::Assemblies::Component * > &components, const std::vector< NXOpen::Annotations::PmiFilterByType::Type > &types)
 Creates a PMI filter defines by a set of PMI types.
NXOpen::Annotations::PmiFilterCreateByViewsFilter (NXOpen::Annotations::PmiFilter::ComponentMethod componentMethod, const std::vector< NXOpen::Assemblies::Component * > &components, std::vector< NXString > &views)
 Creates a PMI filter defined by a set of model views.
iterator end ()
 Returns an iterator addressing one past the last element.
tag_t Tag () const
 Returns the tag of this object.

Detailed Description

Represents the collection of all PMI filters in the part.


To obtain an instance of this class, refer to Annotations::AnnotationManager

Created in NX4.0.0.


Member Function Documentation

Returns an iterator addressing the first element.

Creates a PMI filter defined by a set of components.

Returns:

Created in NX4.0.0.

License requirements : geometric_tol ("GDT")
Parameters:
componentMethodSpecifies the component method applied to the components
componentsSpecifies the components in which the filter applies

Creates a PMI filter defines by a set of PMI types.

Returns:

Created in NX4.0.0.

License requirements : geometric_tol ("GDT")
Parameters:
componentMethodSpecifies the component method applied to the components
componentsSpecifies the components in which the filter applies
typesSpecifies the types in which the filter applies

Creates a PMI filter defined by a set of model views.

Returns:

Created in NX4.0.0.

License requirements : geometric_tol ("GDT")
Parameters:
componentMethodSpecifies the component method applied to the components
componentsSpecifies the components in which the filter applies
viewsSpecified the views in which the filter applies
NOTE: The full Unicode character set is not supported for this parameter.

Returns an iterator addressing one past the last element.

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.