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

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

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

Classes

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

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
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. More...
 
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. More...
 
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. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the collection of all PMI filters in the part.


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

Created in NX4.0.0.

Member Function Documentation

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.

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
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.

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
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.

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
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.


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