NX Open C++ Reference Guide
|
Represents a Builder for Centerline Settings. More...
Public Types | |
enum | CenterlineThickness { CenterlineThicknessThin, CenterlineThicknessNormal, CenterlineThicknessThick } |
the types of centerline thickness More... | |
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the color of centerline Created in NX6.0.0. | |
double | Gap () |
Returns the gap parameter for centeline Created in NX6.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the color of centerline Created in NX6.0.0. | |
void | SetGap (double gap) |
Sets the gap parameter for centeline Created in NX6.0.0. | |
void | SetWidth (NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness width) |
Sets the width of centerline Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness | Width () |
Returns the width of centerline Created in NX6.0.0. |
Represents a Builder for Centerline Settings.
This contains settings common to all centerlines
Created in NX6.0.0.
Returns the color of centerline
Created in NX6.0.0.
License requirements : None
Returns the gap parameter for centeline
Created in NX6.0.0.
License requirements : None
Sets the color of centerline
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
color | color |
void NXOpen::Annotations::CenterlineSettingsBuilder::SetGap | ( | double | gap | ) |
Sets the gap parameter for centeline
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
gap | gap |
void NXOpen::Annotations::CenterlineSettingsBuilder::SetWidth | ( | NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness | width | ) |
Sets the width of centerline
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
width | width |
virtual bool NXOpen::Annotations::CenterlineSettingsBuilder::Validate | ( | ) | [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.
NXOpen::Annotations::CenterlineSettingsBuilder::CenterlineThickness NXOpen::Annotations::CenterlineSettingsBuilder::Width | ( | ) |
Returns the width of centerline
Created in NX6.0.0.
License requirements : None