NX Open C++ Reference Guide
|
Represents a Layout2d::ComponentSettingsBuilder This builder stores the information of the 2d component settings. More...
Public Member Functions | |
bool | AutomaticUpdate () |
Returns the flag to do automatic update or not Created in NX9.0.0. | |
void | SetAutomaticUpdate (bool toggle) |
Sets the flag to do automatic update or not Created in NX9.0.0. | |
void | SetShowAnnotations (bool toggle) |
Sets the flag to show annotations or not Created in NX9.0.0. | |
void | SetShowDimensions (bool toggle) |
Sets the flag to show dimensions or not Created in NX9.0.0. | |
void | SetShowReferenceGeometry (bool toggle) |
Sets the flag to show reference geometry or not Created in NX9.0.0. | |
bool | ShowAnnotations () |
Returns the flag to show annotations or not Created in NX9.0.0. | |
bool | ShowDimensions () |
Returns the flag to show dimensions or not Created in NX9.0.0. | |
bool | ShowReferenceGeometry () |
Returns the flag to show reference geometry or not 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 a Layout2d::ComponentSettingsBuilder This builder stores the information of the 2d component settings.
Created in NX9.0.0.
bool NXOpen::Layout2d::ComponentSettingsBuilder::AutomaticUpdate | ( | ) |
Returns the flag to do automatic update or not
Created in NX9.0.0.
License requirements : None
void NXOpen::Layout2d::ComponentSettingsBuilder::SetAutomaticUpdate | ( | bool | toggle | ) |
Sets the flag to do automatic update or not
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
toggle | toggle |
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowAnnotations | ( | bool | toggle | ) |
Sets the flag to show annotations or not
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
toggle | toggle |
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowDimensions | ( | bool | toggle | ) |
Sets the flag to show dimensions or not
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
toggle | toggle |
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowReferenceGeometry | ( | bool | toggle | ) |
Sets the flag to show reference geometry or not
Created in NX9.0.0.
License requirements : nx_drafting_plus ("DraftingPlus")
toggle | toggle |
bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowAnnotations | ( | ) |
Returns the flag to show annotations or not
Created in NX9.0.0.
License requirements : None
bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowDimensions | ( | ) |
Returns the flag to show dimensions or not
Created in NX9.0.0.
License requirements : None
bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowReferenceGeometry | ( | ) |
Returns the flag to show reference geometry or not
Created in NX9.0.0.
License requirements : None
|
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.