NX Open C++ Reference Guide
|
Represents the Component Settings Button (Layout2d.ComponentSettingsBlockBuilder) More...
Public Member Functions | |
NXOpen::Layout2d::ComponentSettingsBuilder * | ComponentSettings () |
Returns the Component settings builder which stores the component settings Created in NX9.0.0. | |
void | InheritSettingsFromCustomerDefault () |
Inherit Settings From Customer Default Created in NX9.0.0. | |
void | InheritSettingsFromPreferences () |
Inherit Settings From Preference Created in NX9.0.0. | |
void | InheritSettingsFromSelectedObject (NXOpen::NXObject *selectedObject) |
Inherit Settings From Selected Objects Created in NX9.0.0. | |
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. | |
Represents the Component Settings Button (Layout2d.ComponentSettingsBlockBuilder)
Created in NX9.0.0.
NXOpen::Layout2d::ComponentSettingsBuilder* NXOpen::Layout2d::ComponentSettingsBlockBuilder::ComponentSettings | ( | ) |
Returns the Component settings builder which stores the component settings
Created in NX9.0.0.
License requirements : None
void NXOpen::Layout2d::ComponentSettingsBlockBuilder::InheritSettingsFromCustomerDefault | ( | ) |
Inherit Settings From Customer Default
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
void NXOpen::Layout2d::ComponentSettingsBlockBuilder::InheritSettingsFromPreferences | ( | ) |
Inherit Settings From Preference
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
void NXOpen::Layout2d::ComponentSettingsBlockBuilder::InheritSettingsFromSelectedObject | ( | NXOpen::NXObject * | selectedObject | ) |
Inherit Settings From Selected Objects
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
selectedObject | The selected 2d component object. NULL is not allowed. |
|
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.