NX Open C++ Reference Guide
|
Represents the collection of all PMI filters in the part. More...
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::PmiFilter * | CreateByPartsFilter (NXOpen::Annotations::PmiFilter::ComponentMethod componentMethod, const std::vector< NXOpen::Assemblies::Component * > &components) |
Creates a PMI filter defined by a set of components. | |
NXOpen::Annotations::PmiFilter * | CreateByTypesFilter (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::PmiFilter * | CreateByViewsFilter (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. | |
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.
iterator NXOpen::Annotations::PmiFilterCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::Annotations::PmiFilter* NXOpen::Annotations::PmiFilterCollection::CreateByPartsFilter | ( | NXOpen::Annotations::PmiFilter::ComponentMethod | componentMethod, |
const std::vector< NXOpen::Assemblies::Component * > & | components | ||
) |
Creates a PMI filter defined by a set of components.
componentMethod | Specifies the component method applied to the components |
components | Specifies the components in which the filter applies |
NXOpen::Annotations::PmiFilter* NXOpen::Annotations::PmiFilterCollection::CreateByTypesFilter | ( | 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.
componentMethod | Specifies the component method applied to the components |
components | Specifies the components in which the filter applies |
types | Specifies the types in which the filter applies |
NXOpen::Annotations::PmiFilter* NXOpen::Annotations::PmiFilterCollection::CreateByViewsFilter | ( | 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.
componentMethod | Specifies the component method applied to the components |
components | Specifies the components in which the filter applies |
views | Specified the views in which the filter applies NOTE: The full Unicode character set is not supported for this parameter. |
iterator NXOpen::Annotations::PmiFilterCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::Annotations::PmiFilterCollection::Tag | ( | ) | const |
Returns the tag of this object.