NX Open C++ Reference Guide
|
Represent a LineColorFontWidthBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
More...
Public Member Functions | |
NXOpen::NXColor * | LineColor () |
Returns the line color Created in NX9.0.0. | |
NXOpen::LineFontBuilder * | LineFont () |
Returns the line font Created in NX9.0.0. | |
NXOpen::DisplayableObject::ObjectWidth | LineWidth () |
Returns the line width Created in NX9.0.0. | |
void | SetLineColor (NXOpen::NXColor *lineColor) |
Sets the line color Created in NX9.0.0. | |
void | SetLineWidth (NXOpen::DisplayableObject::ObjectWidth width) |
Sets the line width 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. | |
Represent a LineColorFontWidthBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
NXOpen::NXColor* NXOpen::LineColorFontWidthBuilder::LineColor | ( | ) |
Returns the line color
Created in NX9.0.0.
License requirements : None
NXOpen::LineFontBuilder* NXOpen::LineColorFontWidthBuilder::LineFont | ( | ) |
Returns the line font
Created in NX9.0.0.
License requirements : None
NXOpen::DisplayableObject::ObjectWidth NXOpen::LineColorFontWidthBuilder::LineWidth | ( | ) |
Returns the line width
Created in NX9.0.0.
License requirements : None
void NXOpen::LineColorFontWidthBuilder::SetLineColor | ( | NXOpen::NXColor * | lineColor | ) |
Sets the line color
Created in NX9.0.0.
License requirements : None
lineColor | linecolor |
void NXOpen::LineColorFontWidthBuilder::SetLineWidth | ( | NXOpen::DisplayableObject::ObjectWidth | width | ) |
Sets the line width
Created in NX9.0.0.
License requirements : None
width | width |
|
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.