NX Open C++ Reference Guide
|
The Assemblies::ConstraintDisplayBuilder can be used to control visibility of constraints and optionally components. More...
Public Types | |
enum | VisibleConstraintsRuleOptions { VisibleConstraintsRuleOptionsBetweenComponents, VisibleConstraintsRuleOptionsConnectedToComponents } |
This enum is used to control which constraints are treated as connected to the selected components. More... | |
Public Member Functions | |
bool | ChangeComponentVisibility () |
Returns the flag indicating whether or not a Show Only operation should be done on the connecting components. | |
bool | FilterNavigator () |
Returns the flag indicating whether the assembly navigator should filter hidden constraints. | |
NXOpen::SelectDisplayableObjectList * | ObjectSelection () |
Returns the selected constraints and components. | |
void | SetChangeComponentVisibility (bool changeComponentVisibility) |
Sets the flag indicating whether or not a Show Only operation should be done on the connecting components. | |
void | SetFilterNavigator (bool filterNavigator) |
Sets the flag indicating whether the assembly navigator should filter hidden constraints. | |
void | SetVisibleConstraintsRule (NXOpen::Assemblies::ConstraintDisplayBuilder::VisibleConstraintsRuleOptions visibleConstraintsRule) |
Sets the rule determining which constraints are treated as connected to the selected components. | |
NXOpen::Assemblies::ConstraintDisplayBuilder::VisibleConstraintsRuleOptions | VisibleConstraintsRule () |
Returns the rule determining which constraints are treated as connected to the selected components. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
The Assemblies::ConstraintDisplayBuilder can be used to control visibility of constraints and optionally components.
Any selected constraint is shown, and any constraint that refers to geometry in selected components is shown (subject to the setting of the VisibleConstraintsRule). All other constraints are hidden.
If ChangeComponentVisibility is on, then selected components and components positioned by selected constraints are shown, and all other components are hidden. If ChangeComponentVisibility is off, then component visibility is not affected.
This builder operates on displayed constraints. A displayed constraint represents a single assembly constraint in a given assembly, and need not be in the same part as the assembly constraint it represents. An assembly may contain more than one displayed constraint for a given assembly constraint.
To create a new instance of this class, use Assemblies::AssemblyManager::CreateConstraintDisplayBuilder
Default values.
Property | Value |
---|---|
ChangeComponentVisibility |
1 |
FilterNavigator |
0 |
VisibleConstraintsRule |
BetweenComponents |
Created in NX6.0.0.
This enum is used to control which constraints are treated as connected to the selected components.
bool NXOpen::Assemblies::ConstraintDisplayBuilder::ChangeComponentVisibility | ( | ) |
Returns the flag indicating whether or not a Show Only operation should be done on the connecting components.
Created in NX6.0.0.
License requirements : None
bool NXOpen::Assemblies::ConstraintDisplayBuilder::FilterNavigator | ( | ) |
Returns the flag indicating whether the assembly navigator should filter hidden constraints.
Created in NX6.0.0.
License requirements : None
NXOpen::SelectDisplayableObjectList* NXOpen::Assemblies::ConstraintDisplayBuilder::ObjectSelection | ( | ) |
Returns the selected constraints and components.
All selected constraints and components are shown when the builder is committed, and so are constraints and components connected to them.
Created in NX6.0.0.
License requirements : None
void NXOpen::Assemblies::ConstraintDisplayBuilder::SetChangeComponentVisibility | ( | bool | changeComponentVisibility | ) |
Sets the flag indicating whether or not a Show Only operation should be done on the connecting components.
Created in NX6.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
changeComponentVisibility | changecomponentvisibility |
void NXOpen::Assemblies::ConstraintDisplayBuilder::SetFilterNavigator | ( | bool | filterNavigator | ) |
Sets the flag indicating whether the assembly navigator should filter hidden constraints.
Created in NX6.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
filterNavigator | filternavigator |
void NXOpen::Assemblies::ConstraintDisplayBuilder::SetVisibleConstraintsRule | ( | NXOpen::Assemblies::ConstraintDisplayBuilder::VisibleConstraintsRuleOptions | visibleConstraintsRule | ) |
Sets the rule determining which constraints are treated as connected to the selected components.
Created in NX6.0.0.
License requirements : assemblies ("ASSEMBLIES MODULE")
visibleConstraintsRule | visibleconstraintsrule |
NXOpen::Assemblies::ConstraintDisplayBuilder::VisibleConstraintsRuleOptions NXOpen::Assemblies::ConstraintDisplayBuilder::VisibleConstraintsRule | ( | ) |
Returns the rule determining which constraints are treated as connected to the selected components.
Created in NX6.0.0.
License requirements : None