NX Open C++ Reference Guide
|
Represents the Curve section of the Flat Pattern tab on the View Style Dialog (Drawings.ViewStyleFPCurvesBuilder) More...
Public Member Functions | |
NXOpen::NXColor * | Color () |
Returns the color on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
NXOpen::Preferences::Font | Font () |
Returns the font on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the color on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
void | SetFont (NXOpen::Preferences::Font font) |
Sets the font on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
void | SetState (bool stateToggle) |
Sets the state toggle on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
void | SetWidth (NXOpen::Preferences::Width width) |
Sets the width on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
bool | State () |
Returns the state toggle on the Curve section of the Flat Pattern tab of the View Style Dialog Created in NX6.0.0. | |
NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType | Type () |
Returns the type of Flat Pattern Curve Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Preferences::Width | Width () |
Returns the width on the Curve section of the Flat Pattern tab of the View Style Dialog 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. | |
Represents the Curve section of the Flat Pattern tab on the View Style Dialog (Drawings.ViewStyleFPCurvesBuilder)
Created in NX6.0.0.
NXOpen::NXColor* NXOpen::Drawings::ViewStyleFPCurvesBuilder::Color | ( | ) |
NXOpen::Preferences::Font NXOpen::Drawings::ViewStyleFPCurvesBuilder::Font | ( | ) |
void NXOpen::Drawings::ViewStyleFPCurvesBuilder::SetColor | ( | NXOpen::NXColor * | color | ) |
void NXOpen::Drawings::ViewStyleFPCurvesBuilder::SetFont | ( | NXOpen::Preferences::Font | font | ) |
void NXOpen::Drawings::ViewStyleFPCurvesBuilder::SetState | ( | bool | stateToggle | ) |
void NXOpen::Drawings::ViewStyleFPCurvesBuilder::SetWidth | ( | NXOpen::Preferences::Width | width | ) |
bool NXOpen::Drawings::ViewStyleFPCurvesBuilder::State | ( | ) |
NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType NXOpen::Drawings::ViewStyleFPCurvesBuilder::Type | ( | ) |
Returns the type of Flat Pattern Curve
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.
NXOpen::Preferences::Width NXOpen::Drawings::ViewStyleFPCurvesBuilder::Width | ( | ) |