NX Open C++ Reference Guide
|
Represent a LineFontBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
More...
Public Types | |
enum | LineFontType { LineFontTypeNoChange, LineFontTypeOriginal, LineFontTypeInvisible, LineFontTypeSolid, LineFontTypeDashed, LineFontTypePhantom, LineFontTypeCenterline, LineFontTypeDotted, LineFontTypeLongDashed, LineFontTypeDottedDashed } |
line font types More... | |
Public Member Functions | |
NXOpen::LineFontBuilder::LineFontType | LineFont () |
Returns the line font Created in NX9.0.0. | |
void | SetLineFont (NXOpen::LineFontBuilder::LineFontType lineFont) |
Sets the line font 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 LineFontBuilder
This is a sub-builder class and cannot be directly instantiated
Created in NX9.0.0.
line font types
NXOpen::LineFontBuilder::LineFontType NXOpen::LineFontBuilder::LineFont | ( | ) |
Returns the line font
Created in NX9.0.0.
License requirements : None
void NXOpen::LineFontBuilder::SetLineFont | ( | NXOpen::LineFontBuilder::LineFontType | lineFont | ) |
Sets the line font
Created in NX9.0.0.
License requirements : None
lineFont | linefont |
|
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.