NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.SuppressPMIBuilder Class Reference

Represents Annotations. More...

Inheritance diagram for NXOpen.Annotations.SuppressPMIBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  SuppressionMethodType {
  None, Manual, CreateExpressionForEach, CreateSharedExpression,
  SelectExpression
}
 Suppression methods More...
 

Public Member Functions

unsafe void SelectExpression (NXOpen.Expression expression)
 Selects the expression for suppression when the method is Select Expression More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. 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...
 

Properties

unsafe NXOpen.SelectNXObjectList SelectPMIObjects [get]
 Returns the selected pmi objects More...
 
unsafe
NXOpen.Annotations.SuppressPMIBuilder.SuppressionMethodType 
SuppressionMethod [get, set]
 Returns or sets the suppression method More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents Annotations.

SuppressPMIBuilder. This builder is used for controlling suppression of PMI objects either manually or through expressions. A suppressed PMI is not displayed and does not participate in most of the PMI operations.

To create a new instance of this class, use NXOpen.Annotations.PmiManager.CreateSuppressPmibuilder

Default values.

Property Value

SuppressionMethod

None

Created in NX12.0.0

Member Enumeration Documentation

Suppression methods

Enumerator
None 

Unsuppress selected PMI objects.

Manual 

Suppress selected PMI objects.

CreateExpressionForEach 

Creates expressions for controlling the suppression of each selected PMI object.

CreateSharedExpression 

Creates a single expression for controlling the suppression of the selected PMI objects and suppresses them.

SelectExpression 

Allows selection of an expression to control the suppression of the selected PMI objects.

Member Function Documentation

unsafe void NXOpen.Annotations.SuppressPMIBuilder.SelectExpression ( NXOpen.Expression  expression)
inline

Selects the expression for suppression when the method is Select Expression

Created in NX12.0.0

License requirements: None.

Parameters
expression

Property Documentation

unsafe NXOpen.SelectNXObjectList NXOpen.Annotations.SuppressPMIBuilder.SelectPMIObjects
get

Returns the selected pmi objects

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.Annotations.SuppressPMIBuilder.SuppressionMethodType NXOpen.Annotations.SuppressPMIBuilder.SuppressionMethod
getset

Returns or sets the suppression method

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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