NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.Annotations.PmiFilter[] ToArray ()
 Returns an array of NXOpen.Annotations.PmiFilter objects. 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...
 
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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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 
)

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 
)

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 
)

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 
)
protected

Advances the enumerator to the next element of the collection.

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

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.