NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.Annotations.PmiFilter CreateByPartsFilter (NXOpen.Annotations.PmiFilter.ComponentMethod componentMethod, NXOpen.Assemblies.Component[] components)
 Creates a PMI filter defined by a set of components More...
 
unsafe NXOpen.Annotations.PmiFilter CreateByTypesFilter (NXOpen.Annotations.PmiFilter.ComponentMethod componentMethod, NXOpen.Assemblies.Component[] components, NXOpen.Annotations.PmiFilterByType.Type[] types)
 Creates a PMI filter defines by a set of PMI types. More...
 
unsafe NXOpen.Annotations.PmiFilter CreateByViewsFilter (NXOpen.Annotations.PmiFilter.ComponentMethod componentMethod, NXOpen.Assemblies.Component[] components, string[] views)
 Creates a PMI filter defined by a set of model views. More...
 
NXOpen.Annotations.PmiFilter[] ToArray ()
 Returns an array of NXOpen.Annotations.PmiFilter objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.Annotations.PmiFilter NXOpen.Annotations.PmiFilterCollection.CreateByPartsFilter ( NXOpen.Annotations.PmiFilter.ComponentMethod  componentMethod,
NXOpen.Assemblies.Component[]  components 
)
inline

Creates a PMI filter defined by a set of components

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
Returns
unsafe NXOpen.Annotations.PmiFilter NXOpen.Annotations.PmiFilterCollection.CreateByTypesFilter ( NXOpen.Annotations.PmiFilter.ComponentMethod  componentMethod,
NXOpen.Assemblies.Component[]  components,
NXOpen.Annotations.PmiFilterByType.Type[]  types 
)
inline

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

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
Returns
unsafe NXOpen.Annotations.PmiFilter NXOpen.Annotations.PmiFilterCollection.CreateByViewsFilter ( NXOpen.Annotations.PmiFilter.ComponentMethod  componentMethod,
NXOpen.Assemblies.Component[]  components,
string[]  views 
)
inline

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

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
Returns
override int NXOpen.Annotations.PmiFilterCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

NXOpen.Annotations.PmiFilter [] NXOpen.Annotations.PmiFilterCollection.ToArray ( )
inline

Returns an array of NXOpen.Annotations.PmiFilter objects.

Property Documentation

Tag NXOpen.Annotations.PmiFilterCollection.Tag
get

Returns the tag of this object.


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