NXOpen .NET Reference  12.0.0
List of all members
NXOpen.Annotations.PmiFilterByPart Class Reference

Represents a PMI filter defined by a set of parts. More...

Inheritance diagram for NXOpen.Annotations.PmiFilterByPart:
NXOpen.Annotations.PmiFilter NXOpen.NXObject NXOpen.INXObject

Additional Inherited Members

- Public Types inherited from NXOpen.Annotations.PmiFilter
enum  FilterType { ByType, ByView, ByComponent }
 Represents a type of PMI filter that can be created using the Part Navigator. More...
 
enum  ComponentMethod { Selected, SelectedAndChildren, All }
 Specifies the type of component method used on the associated components for display. More...
 
- Public Member Functions inherited from NXOpen.Annotations.PmiFilter
unsafe
NXOpen.Annotations.PmiFilter.FilterType 
GetFilterType ()
 Gets the type of PMI filter. More...
 
unsafe
NXOpen.Assemblies.Component[] 
GetComponents ()
 Gets the components associated with the PMI filter. More...
 
unsafe void SetComponents (NXOpen.Assemblies.Component[] components)
 Sets the components associated with the PMI filter. More...
 
unsafe
NXOpen.Annotations.PmiFilter.ComponentMethod 
GetComponentMethod ()
 Gets the component method of the PMI filter. More...
 
unsafe void SetComponentMethod (NXOpen.Annotations.PmiFilter.ComponentMethod componentMethod)
 Sets the component method of the PMI filter. More...
 
unsafe void ApplyToView (NXOpen.View view)
 Applies the PMI filter to a view. More...
 
unsafe void RemoveFromView (NXOpen.View view)
 Removes a PMI filter from a view. More...
 
unsafe NXOpen.View[] GetAppliedViews ()
 Gets the views where the PMI filter is applied More...
 
unsafe void EnableInView (NXOpen.View view, bool enabled)
 Enables or disables the PMI filter in a given view More...
 
unsafe NXOpen.Annotations.PmiFilter Copy ()
 Creates a copy of the PMI filter More...
 
unsafe bool IsEnabled (NXOpen.View view)
 Determines if the PMI filter is enabled in the view More...
 
unsafe void UpdatePmiDisplay ()
 Updates the PMI display in the associated views of the filter More...
 
- Properties inherited from NXOpen.NXObject
unsafe bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe string Name [get]
 Returns the custom name of the object. More...
 
unsafe NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
unsafe NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
unsafe NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

Represents a PMI filter defined by a set of parts.

Created in NX4.0.0


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