NX Open C++ Reference Guide
|
Represents a Positioning::ComponentConstraintGroupBuilder builder
To create a new instance of this class, use Assemblies::ComponentAssembly::CreateConstraintGroupBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Positioning::ComponentConstraintGroup::ConstraintsCollectionType | ConstraintCollectionType () |
Returns the constraint collection types Created in NX8.0.1. | |
NXString | ConstraintGroupName () |
Returns the name of constraint group Created in NX8.0.1. | |
NXOpen::Assemblies::Component * | GetContextComponent () |
Gets the context component which is used to decide the displayed constraints that can be in the selected constraints list. | |
bool | RememberComponentState () |
Returns the toggle to remember selected component Created in NX8.0.1. | |
NXOpen::SelectDisplayableObjectList * | SelectedComponentList () |
Returns the selected components list Created in NX8.0.1. | |
NXOpen::SelectDisplayableObjectList * | SelectedConstraintsList () |
Returns the selected constraint list Created in NX8.0.1. | |
void | SetConstraintCollectionType (NXOpen::Positioning::ComponentConstraintGroup::ConstraintsCollectionType constraintCollectionType) |
Sets the constraint collection types Created in NX8.0.1. | |
void | SetConstraintGroupName (const NXString &nameOfConstraintGroup) |
Sets the name of constraint group Created in NX8.0.1. | |
void | SetRememberComponentState (bool rememberComponentState) |
Sets the toggle to remember selected component Created in NX8.0.1. |
Represents a Positioning::ComponentConstraintGroupBuilder builder
To create a new instance of this class, use Assemblies::ComponentAssembly::CreateConstraintGroupBuilder
Default values.
Property | Value |
---|---|
ConstraintCollectionType |
BetweenSelectedComponents |
RememberComponentState |
true |
Created in NX8.0.1.
NXOpen::Positioning::ComponentConstraintGroup::ConstraintsCollectionType NXOpen::Positioning::ComponentConstraintGroupBuilder::ConstraintCollectionType | ( | ) |
Returns the constraint collection types
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
Returns the name of constraint group
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
NXOpen::Assemblies::Component* NXOpen::Positioning::ComponentConstraintGroupBuilder::GetContextComponent | ( | ) |
Gets the context component which is used to decide the displayed constraints that can be in the selected constraints list.
The context component is only set by the creator and can be NULL. If the context component is NULL the displayed constraints will be in same part as the constraint group.
Returns the toggle to remember selected component
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
NXOpen::SelectDisplayableObjectList* NXOpen::Positioning::ComponentConstraintGroupBuilder::SelectedComponentList | ( | ) |
Returns the selected components list
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
NXOpen::SelectDisplayableObjectList* NXOpen::Positioning::ComponentConstraintGroupBuilder::SelectedConstraintsList | ( | ) |
Returns the selected constraint list
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
void NXOpen::Positioning::ComponentConstraintGroupBuilder::SetConstraintCollectionType | ( | NXOpen::Positioning::ComponentConstraintGroup::ConstraintsCollectionType | constraintCollectionType | ) |
Sets the constraint collection types
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
constraintCollectionType | constraintcollectiontype |
void NXOpen::Positioning::ComponentConstraintGroupBuilder::SetConstraintGroupName | ( | const NXString & | nameOfConstraintGroup | ) |
Sets the name of constraint group
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
nameOfConstraintGroup | nameofconstraintgroup |
void NXOpen::Positioning::ComponentConstraintGroupBuilder::SetRememberComponentState | ( | bool | rememberComponentState | ) |
Sets the toggle to remember selected component
Created in NX8.0.1.
License requirements : assemblies ("ASSEMBLIES MODULE")
rememberComponentState | remembercomponentstate |