NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::SuppressByExpressionBuilder Class Reference

Represents a SuppressByExpressionBuilder
To create a new instance of this class, use ExpressionCollection::CreateSuppressByExpressionBuilder
Default values. More...

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

List of all members.

Public Types

enum  ExpressionAction { ExpressionActionCreateEach, ExpressionActionCreateShared, ExpressionActionDeleteEach, ExpressionActionDeleteShared }
 Represents the expression action type. More...

Public Member Functions

NXOpen::Features::SelectFeatureListFeatureList ()
 Returns the feautre list.
void SetSuppressAction (NXOpen::SuppressByExpressionBuilder::ExpressionAction suppressAction)
 Sets the suppress expression action.
NXOpen::SuppressByExpressionBuilder::ExpressionAction SuppressAction ()
 Returns the suppress expression action.

Detailed Description

Represents a SuppressByExpressionBuilder
To create a new instance of this class, use ExpressionCollection::CreateSuppressByExpressionBuilder
Default values.

Property Value

SuppressAction

CreateEach


Created in NX5.0.0.


Member Enumeration Documentation

Represents the expression action type.

Enumerator:
ExpressionActionCreateEach 

Create one expression per feature.

ExpressionActionCreateShared 

Create one common expression for all features.

ExpressionActionDeleteEach 

Delete expression of one feature.

ExpressionActionDeleteShared 

Delete the common expression being shared by group of features.


Member Function Documentation

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

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 : None

Parameters:
suppressActionsuppressaction

Returns 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 : None


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