NX Open C++ Reference Guide
|
Represents the THREADS tab on the View Style Dialog (Drawings.ViewStyleThreadsBuilder) More...
Public Member Functions | |
double | MinimumPitchFieldData () |
Returns the minimum pitch field on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
NXOpen::NXColor * | OverrideVisibleThreadColor () |
Returns the override thread color on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
void | SetMinimumPitchFieldData (double minimumPitchFieldData) |
Sets the minimum pitch field on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
void | SetOverrideVisibleThreadColor (NXOpen::NXColor *overrideVisibleThreadColor) |
Sets the override thread color on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
void | SetStandardData (int standardOptionData) |
Sets the standard option data on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
void | SetTrueHiddenLine (bool trueHiddenLineToggle) |
Sets the true hidden line toggle on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
int | StandardData () |
Returns the standard option data on the THREADS tab of the View Style Dialog Created in NX6.0.0. | |
bool | TrueHiddenLine () |
Returns the true hidden line toggle on the THREADS 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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the THREADS tab on the View Style Dialog (Drawings.ViewStyleThreadsBuilder)
Created in NX6.0.0.
double NXOpen::Drawings::ViewStyleThreadsBuilder::MinimumPitchFieldData | ( | ) |
Returns the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
NXOpen::NXColor* NXOpen::Drawings::ViewStyleThreadsBuilder::OverrideVisibleThreadColor | ( | ) |
Returns the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetMinimumPitchFieldData | ( | double | minimumPitchFieldData | ) |
Sets the minimum pitch field on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
minimumPitchFieldData | Sets a new minimum pitch field data on the threads sub-builder |
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetOverrideVisibleThreadColor | ( | NXOpen::NXColor * | overrideVisibleThreadColor | ) |
Sets the override thread color on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
overrideVisibleThreadColor | Sets a new override visible color on the threads sub-builder |
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetStandardData | ( | int | standardOptionData | ) |
Sets the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
standardOptionData | Sets a new standard option on the threads sub-builder |
void NXOpen::Drawings::ViewStyleThreadsBuilder::SetTrueHiddenLine | ( | bool | trueHiddenLineToggle | ) |
Sets the true hidden line toggle on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
trueHiddenLineToggle | Sets a new true hidden line toggle value on the threads sub-builder |
int NXOpen::Drawings::ViewStyleThreadsBuilder::StandardData | ( | ) |
Returns the standard option data on the THREADS tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleThreadsBuilder::TrueHiddenLine | ( | ) |
Returns the true hidden line toggle on the THREADS 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.