NX Open C++ Reference Guide
|
A SubsetConfigurationBuilder is used to edit the revision rule and effectivity used to configure the contents of the subset. More...
Public Member Functions | |
void | Commit () |
Commit the subset configuration changes to the Assemblies::SubsetBuilder Created in NX8.5.0. | |
NXOpen::BasicEffectivityBuilder * | Effectivity () |
Returns the effectivity for use in searches for the contents of the Assemblies::Subset . | |
NXString | RevisionRule () |
Returns the revision rule for use in searches for the contents of the Assemblies::Subset . | |
void | SetRevisionRule (const NXString &revisionRule) |
Sets the revision rule for use in searches for the contents of the Assemblies::Subset . | |
void | SetRevisionRule (const char *revisionRule) |
Sets the revision rule for use in searches for the contents of the Assemblies::Subset . | |
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. | |
A SubsetConfigurationBuilder is used to edit the revision rule and effectivity used to configure the contents of the subset.
Created in NX8.5.0.
void NXOpen::Assemblies::SubsetConfigurationBuilder::Commit | ( | ) |
Commit the subset configuration changes to the Assemblies::SubsetBuilder
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
NXOpen::BasicEffectivityBuilder* NXOpen::Assemblies::SubsetConfigurationBuilder::Effectivity | ( | ) |
Returns the effectivity for use in searches for the contents of the Assemblies::Subset .
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
NXString NXOpen::Assemblies::SubsetConfigurationBuilder::RevisionRule | ( | ) |
Returns the revision rule for use in searches for the contents of the Assemblies::Subset .
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
void NXOpen::Assemblies::SubsetConfigurationBuilder::SetRevisionRule | ( | const NXString & | revisionRule | ) |
Sets the revision rule for use in searches for the contents of the Assemblies::Subset .
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
revisionRule | revisionrule |
void NXOpen::Assemblies::SubsetConfigurationBuilder::SetRevisionRule | ( | const char * | revisionRule | ) |
Sets the revision rule for use in searches for the contents of the Assemblies::Subset .
Created in NX8.5.0.
License requirements : nx_4gd_integration ("4th Generation Design")
revisionRule | revisionrule |
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.