NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.SuppressByExpressionBuilder Class Reference

Represents a NXOpen.SuppressByExpressionBuilder More...

Inheritance diagram for NXOpen.SuppressByExpressionBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  ExpressionAction { CreateEach, CreateShared, DeleteEach, DeleteShared }
 Represents the expression action type. More...
 

Properties

unsafe
NXOpen.Features.SelectFeatureList 
FeatureList [get]
 Returns the feautre list. More...
 
unsafe
NXOpen.SuppressByExpressionBuilder.ExpressionAction 
SuppressAction [get, set]
 Returns or sets the suppress expression action. More...
 

Additional Inherited Members

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

Detailed Description

Represents a NXOpen.SuppressByExpressionBuilder

To create a new instance of this class, use NXOpen.ExpressionCollection.CreateSuppressByExpressionBuilder

Default values.

Property Value

SuppressAction

CreateEach

Created in NX5.0.0

Member Enumeration Documentation

Represents the expression action type.

Enumerator
CreateEach 

Create one expression per feature

CreateShared 

Create one common expression for all features

DeleteEach 

Delete expression of one feature

DeleteShared 

Delete the common expression being shared by group of features

Property Documentation

unsafe NXOpen.Features.SelectFeatureList NXOpen.SuppressByExpressionBuilder.FeatureList
get

Returns the feautre list.

For create each and create shared options, the selected features must not have pre existing suppress expressions. For delete each option, the selected features must have associated suppress expressions. If the expression is being shared by multiple features, the expression will be deleted only for the selected feature. For delete shared option, the complete group that shares a single expression must be selected.

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.SuppressByExpressionBuilder.ExpressionAction NXOpen.SuppressByExpressionBuilder.SuppressAction
getset

Returns or sets the suppress expression action.

This enumeration decides the action to be taken on the selected group of features. A suppress expression can created per feature or as shared expression for a group of features. The expressions can be deleted individually for all features that have suppress expressions associated. For a group of features sharing an expression, the expression can also be deleted from the whole group.

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