NX Open C++ Reference Guide
|
Represents a Builder for Symmetrical Centerline Settings
Created in NX6.0.0.
More...
Public Member Functions | |
double | Extension () |
Returns the extension parameter for centerline Created in NX6.0.0. | |
bool | IndividualDistance () |
Returns the individual extension distance On/Off parameter Created in NX6.0.0. | |
void | SetExtension (double extension) |
Sets the extension parameter for centerline Created in NX6.0.0. | |
void | SetIndividualDistance (bool individualDistance) |
Sets the individual extension distance On/Off parameter Created in NX6.0.0. | |
void | SetSize (double size) |
Sets the offset size parameter Created in NX6.0.0. | |
double | Size () |
Returns the offset size parameter Created in NX6.0.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Additional Inherited Members | |
![]() | |
enum | CenterlineThickness { CenterlineThicknessThin, CenterlineThicknessNormal, CenterlineThicknessThick, CenterlineThicknessOne = 6, CenterlineThicknessTwo, CenterlineThicknessThree, CenterlineThicknessFour, CenterlineThicknessFive, CenterlineThicknessSix, CenterlineThicknessSeven, CenterlineThicknessEight, CenterlineThicknessNine } |
the types of centerline thickness More... | |
Represents a Builder for Symmetrical Centerline Settings
Created in NX6.0.0.
double NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::Extension | ( | ) |
Returns the extension parameter for centerline
Created in NX6.0.0.
License requirements : None
bool NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::IndividualDistance | ( | ) |
Returns the individual extension distance On/Off parameter
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::SetExtension | ( | double | extension | ) |
Sets the extension parameter for centerline
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
extension | extension |
void NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::SetIndividualDistance | ( | bool | individualDistance | ) |
Sets the individual extension distance On/Off parameter
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
individualDistance | individualdistance |
void NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::SetSize | ( | double | size | ) |
Sets the offset size parameter
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
size | size |
double NXOpen::Annotations::SymmetricalCenterlineSettingsBuilder::Size | ( | ) |
Returns the offset size parameter
Created in NX6.0.0.
License requirements : None