NX Open C++ Reference Guide
|
Represents a Display::SectionCurveSettingsBuilder. More...
Public Types | |
enum | ColorOptionType { ColorOptionTypeBody, ColorOptionTypeAny } |
Specifies the color of the curves. More... | |
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the curve color. | |
NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType | ColorOption () |
Returns the curve color option Created in NX5.0.0. | |
void | SetColor (NXOpen::NXColor *curveColor) |
Sets the curve color. | |
void | SetColorOption (NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType curveColorOption) |
Sets the curve color option Created in NX5.0.0. | |
void | SetShow (bool showCurves) |
Sets the curve on off flag. | |
bool | Show () |
Returns the curve on off flag. | |
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 Display::SectionCurveSettingsBuilder.
Created in NX6.0.0.
NXOpen::NXColor* NXOpen::Display::SectionCurveSettingsBuilder::Color | ( | ) |
Returns the curve color.
Used when the curve color option is set to Display::SectionCurveSettingsBuilder::ColorOptionTypeAny .
Created in NX6.0.0.
License requirements : None
NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType NXOpen::Display::SectionCurveSettingsBuilder::ColorOption | ( | ) |
Returns the curve color option
Created in NX5.0.0.
License requirements : None
void NXOpen::Display::SectionCurveSettingsBuilder::SetColor | ( | NXOpen::NXColor * | curveColor | ) |
Sets the curve color.
Used when the curve color option is set to Display::SectionCurveSettingsBuilder::ColorOptionTypeAny .
Created in NX6.0.0.
License requirements : None
curveColor | curvecolor |
void NXOpen::Display::SectionCurveSettingsBuilder::SetColorOption | ( | NXOpen::Display::SectionCurveSettingsBuilder::ColorOptionType | curveColorOption | ) |
Sets the curve color option
Created in NX5.0.0.
License requirements : None
curveColorOption | curvecoloroption |
void NXOpen::Display::SectionCurveSettingsBuilder::SetShow | ( | bool | showCurves | ) |
Sets the curve on off flag.
Created in NX6.0.0.
License requirements : None
showCurves | showcurves |
bool NXOpen::Display::SectionCurveSettingsBuilder::Show | ( | ) |
Returns the curve on off flag.
Created in NX6.0.0.
License requirements : None
|
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.