NX Open C++ Reference Guide
|
Represents the DETAIL tab on the View Style Dialog (Drawings.ViewStyleDetailBuilder) More...
Public Member Functions | |
bool | Align () |
Returns the align toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
bool | Circular () |
Returns the circular toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
bool | CreateIndependentDetailView () |
Returns the create independent detail view toggle on the DETAIL tab of the View Style Dialog Created in NX9.0.0. | |
bool | Offset () |
Returns the offset toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
bool | Orient () |
Returns the orient toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
bool | Scale () |
Returns the scale toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetAlign (bool alignToggle) |
Sets the align toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetCircular (bool circularToggle) |
Sets the circular toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetCreateIndependentDetailView (bool createIndependentDetailViewToggle) |
Sets the create independent detail view toggle on the DETAIL tab of the View Style Dialog Created in NX9.0.0. | |
void | SetOffset (bool offsetToggle) |
Sets the offset toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetOrient (bool orientToggle) |
Sets the orient toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetScale (bool scaleToggle) |
Sets the scale toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetSheet (bool sheetToggle) |
Sets the sheet toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
void | SetViewBoundaryColor (NXOpen::NXColor *color) |
Sets the view boundary color on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
void | SetViewBoundaryFont (NXOpen::Preferences::Font font) |
Sets the view boundary font on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
void | SetViewBoundaryWidth (NXOpen::Preferences::Width width) |
Sets the view boundary width on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
bool | Sheet () |
Returns the sheet toggle on the DETAIL tab of the View Style Dialog Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::NXColor * | ViewBoundaryColor () |
Returns the view boundary color on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
NXOpen::Preferences::Font | ViewBoundaryFont () |
Returns the view boundary font on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
NXOpen::Preferences::Width | ViewBoundaryWidth () |
Returns the view boundary width on the DETAIL tab of the View Style Dialog Created in NX6.0.2. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the DETAIL tab on the View Style Dialog (Drawings.ViewStyleDetailBuilder)
Created in NX6.0.0.
bool NXOpen::Drawings::ViewStyleDetailBuilder::Align | ( | ) |
Returns the align toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleDetailBuilder::Circular | ( | ) |
Returns the circular toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleDetailBuilder::CreateIndependentDetailView | ( | ) |
Returns the create independent detail view toggle on the DETAIL tab of the View Style Dialog
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleDetailBuilder::Offset | ( | ) |
Returns the offset toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleDetailBuilder::Orient | ( | ) |
Returns the orient toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleDetailBuilder::Scale | ( | ) |
Returns the scale toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::ViewStyleDetailBuilder::SetAlign | ( | bool | alignToggle | ) |
Sets the align toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
alignToggle | Sets a new align toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetCircular | ( | bool | circularToggle | ) |
Sets the circular toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
circularToggle | Sets a new circular toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetCreateIndependentDetailView | ( | bool | createIndependentDetailViewToggle | ) |
Sets the create independent detail view toggle on the DETAIL tab of the View Style Dialog
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
createIndependentDetailViewToggle | Sets a create independent detail view toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetOffset | ( | bool | offsetToggle | ) |
Sets the offset toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
offsetToggle | Sets a new offset toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetOrient | ( | bool | orientToggle | ) |
Sets the orient toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
orientToggle | Sets a new orient toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetScale | ( | bool | scaleToggle | ) |
Sets the scale toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
scaleToggle | Sets a new scale toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetSheet | ( | bool | sheetToggle | ) |
Sets the sheet toggle on the DETAIL tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
sheetToggle | Sets a new sheet toggle value on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetViewBoundaryColor | ( | NXOpen::NXColor * | color | ) |
Sets the view boundary color on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
color | Sets the boundary color on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetViewBoundaryFont | ( | NXOpen::Preferences::Font | font | ) |
Sets the view boundary font on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
font | Sets the boundary font on the detail sub-builder |
void NXOpen::Drawings::ViewStyleDetailBuilder::SetViewBoundaryWidth | ( | NXOpen::Preferences::Width | width | ) |
Sets the view boundary width on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
width | Sets the boundary width on the detail sub-builder |
bool NXOpen::Drawings::ViewStyleDetailBuilder::Sheet | ( | ) |
Returns the sheet toggle on the DETAIL tab of the View Style Dialog
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::NXColor* NXOpen::Drawings::ViewStyleDetailBuilder::ViewBoundaryColor | ( | ) |
Returns the view boundary color on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : None
NXOpen::Preferences::Font NXOpen::Drawings::ViewStyleDetailBuilder::ViewBoundaryFont | ( | ) |
Returns the view boundary font on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : None
NXOpen::Preferences::Width NXOpen::Drawings::ViewStyleDetailBuilder::ViewBoundaryWidth | ( | ) |
Returns the view boundary width on the DETAIL tab of the View Style Dialog
Created in NX6.0.2.
License requirements : None