NX Open C++ Reference Guide
|
pattern instance edit builder
To create a new instance of this class, use GeometricUtilities::PatternDefinition::CreatePatternInstanceEditBuilder
Created in NX7.5.0.
More...
Public Member Functions | |
NXOpen::GeometricUtilities::InstanceEditedExpressionsList * | EditedExpressionsList () |
Returns the edited expressions list GeometricUtilities::InstanceEditedExpressionsList . | |
void | SetSelectedInstances (const std::vector< int > &firstIndexOfSelectedInstances, const std::vector< int > &secondIndexOfSelectedInstances) |
Sets the indices of the selected Pattern Instances whose expressions are to be edited with the expressions provided in the GeometricUtilities::InstanceEditedExpressionsList . |
pattern instance edit builder
To create a new instance of this class, use GeometricUtilities::PatternDefinition::CreatePatternInstanceEditBuilder
Created in NX7.5.0.
NXOpen::GeometricUtilities::InstanceEditedExpressionsList* NXOpen::GeometricUtilities::PatternInstanceEditBuilder::EditedExpressionsList | ( | ) |
Returns the edited expressions list GeometricUtilities::InstanceEditedExpressionsList .
Created in NX7.5.0.
License requirements : None
void NXOpen::GeometricUtilities::PatternInstanceEditBuilder::SetSelectedInstances | ( | const std::vector< int > & | firstIndexOfSelectedInstances, |
const std::vector< int > & | secondIndexOfSelectedInstances | ||
) |
Sets the indices of the selected Pattern Instances whose expressions are to be edited with the expressions provided in the GeometricUtilities::InstanceEditedExpressionsList .
Created in NX7.5.0.
License requirements : None
firstIndexOfSelectedInstances | firstindexofselectedinstances |
secondIndexOfSelectedInstances | secondindexofselectedinstances |