NX Open C++ Reference Guide
|
Represents a Drawings::AutomationTemplateRegionBuilder. More...
Public Member Functions | |
bool | DisplayRegionLabel () |
Returns the flag to indicate if the display region label should be displayed Created in NX9.0.0. | |
bool | DisplayTemplatePart () |
Returns the value that determines whether or not regions should be displayed in a non-template part. | |
NXOpen::LineColorFontWidthBuilder * | LineColorFontWidth () |
Returns the value that specifies the color font width of region objectsline Created in NX9.0.0. | |
void | SetDisplayRegionLabel (bool displayRegionLabel) |
Sets the flag to indicate if the display region label should be displayed Created in NX9.0.0. | |
void | SetDisplayTemplatePart (bool displayTemplatePart) |
Sets the value that determines whether or not regions should be displayed in a non-template part. | |
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 Drawings::AutomationTemplateRegionBuilder.
Created in NX9.0.0.
bool NXOpen::Drawings::AutomationTemplateRegionBuilder::DisplayRegionLabel | ( | ) |
Returns the flag to indicate if the display region label should be displayed
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::AutomationTemplateRegionBuilder::DisplayTemplatePart | ( | ) |
Returns the value that determines whether or not regions should be displayed in a non-template part.
Created in NX9.0.0.
License requirements : None
NXOpen::LineColorFontWidthBuilder* NXOpen::Drawings::AutomationTemplateRegionBuilder::LineColorFontWidth | ( | ) |
Returns the value that specifies the color font width of region objectsline
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::AutomationTemplateRegionBuilder::SetDisplayRegionLabel | ( | bool | displayRegionLabel | ) |
Sets the flag to indicate if the display region label should be displayed
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
displayRegionLabel | displayregionlabel |
void NXOpen::Drawings::AutomationTemplateRegionBuilder::SetDisplayTemplatePart | ( | bool | displayTemplatePart | ) |
Sets the value that determines whether or not regions should be displayed in a non-template part.
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
displayTemplatePart | displaytemplatepart |
|
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.