NX Open C++ Reference Guide
|
Represents a SuppressByExpressionBuilder
To create a new instance of this class, use ExpressionCollection::CreateSuppressByExpressionBuilder
Default values.
More...
Public Types | |
enum | ExpressionAction { ExpressionActionCreateEach, ExpressionActionCreateShared, ExpressionActionDeleteEach, ExpressionActionDeleteShared } |
Represents the expression action type. More... | |
Public Member Functions | |
NXOpen::Features::SelectFeatureList * | FeatureList () |
Returns the feautre list. | |
void | SetSuppressAction (NXOpen::SuppressByExpressionBuilder::ExpressionAction suppressAction) |
Sets the suppress expression action. | |
NXOpen::SuppressByExpressionBuilder::ExpressionAction | SuppressAction () |
Returns the suppress expression action. |
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.
Represents the expression action type.
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
void NXOpen::SuppressByExpressionBuilder::SetSuppressAction | ( | NXOpen::SuppressByExpressionBuilder::ExpressionAction | suppressAction | ) |
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
suppressAction | suppressaction |
NXOpen::SuppressByExpressionBuilder::ExpressionAction NXOpen::SuppressByExpressionBuilder::SuppressAction | ( | ) |
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