NX Open C++ Reference Guide
|
Represents set of Threads View Style Preferences applicable to drafting views. More...
Public Member Functions | |
double | MinimumPitchField () |
Returns the minimum pitch field. | |
int | OverrideVisibleThreadColor () |
Returns the visible thread override color. | |
bool | RenderTrueHiddenLine () |
Returns the status of render true hidden line Created in NX5.0.0. | |
void | SetMinimumPitchField (double minimumPitchField) |
Sets the minimum pitch field. | |
void | SetOverrideVisibleThreadColor (int overrideVisibleThreadColor) |
Sets the visible thread override color. | |
void | SetRenderTrueHiddenLine (bool renderTrueHiddenLine) |
Sets the status of render true hidden line Created in NX5.0.0. | |
void | SetThreadsStandardOptionData (int threadsStandardOptionData) |
Sets the threads standard option Created in NX5.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
int | ThreadsStandardOptionData () |
Returns the threads standard option Created in NX5.0.0. | |
Represents set of Threads View Style Preferences applicable to drafting views.
Allows to create ANSI and ISO thread representations for both internal and external threads in drawing member views. <br> To obtain an instance of this class use @link Drawings::ViewStyle::Threads Drawings::ViewStyle::Threads@endlink <br>
Created in NX5.0.0.
double NXOpen::Drawings::ThreadsViewStyle::MinimumPitchField | ( | ) |
Returns the minimum pitch field.
Allows to control the minimum distance (in drawing coordinates) to which two points which represent crests of a thread are drawn. It is also used to control the minimum distance between a thread and it's defining geometry such as edges, silhouettes or section edges of the cylindrical face or chamfered face. This can be used to help prevent lines from running together, when threads with a small pitch are plotted at a small scale.
Created in NX5.0.0.
License requirements : None
int NXOpen::Drawings::ThreadsViewStyle::OverrideVisibleThreadColor | ( | ) |
Returns the visible thread override color.
The value should be between 1 and 216.
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ThreadsViewStyle::RenderTrueHiddenLine | ( | ) |
Returns the status of render true hidden line
Created in NX5.0.0.
License requirements : None
void NXOpen::Drawings::ThreadsViewStyle::SetMinimumPitchField | ( | double | minimumPitchField | ) |
Sets the minimum pitch field.
Allows to control the minimum distance (in drawing coordinates) to which two points which represent crests of a thread are drawn. It is also used to control the minimum distance between a thread and it's defining geometry such as edges, silhouettes or section edges of the cylindrical face or chamfered face. This can be used to help prevent lines from running together, when threads with a small pitch are plotted at a small scale.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
minimumPitchField | minimum pitch field |
void NXOpen::Drawings::ThreadsViewStyle::SetOverrideVisibleThreadColor | ( | int | overrideVisibleThreadColor | ) |
Sets the visible thread override color.
The value should be between 1 and 216.
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
overrideVisibleThreadColor | overridevisiblethreadcolor |
void NXOpen::Drawings::ThreadsViewStyle::SetRenderTrueHiddenLine | ( | bool | renderTrueHiddenLine | ) |
Sets the status of render true hidden line
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
renderTrueHiddenLine | render true hidden line |
void NXOpen::Drawings::ThreadsViewStyle::SetThreadsStandardOptionData | ( | int | threadsStandardOptionData | ) |
Sets the threads standard option
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
threadsStandardOptionData | threads standard option data |
tag_t NXOpen::Drawings::ThreadsViewStyle::Tag | ( | ) | const |
Returns the tag of this object.
int NXOpen::Drawings::ThreadsViewStyle::ThreadsStandardOptionData | ( | ) |
Returns the threads standard option
Created in NX5.0.0.
License requirements : None