NX Open C++ Reference Guide
|
Represents set of Shading View Preferences applicable to drafting views. More...
Public Member Functions | |
double | CustomAngleTolerance () |
Returns the custom angle tolerance. | |
double | CustomEdgeTolerance () |
Returns the custom edge tolerance. | |
double | CustomFaceTolerance () |
Returns the custom face tolerance. | |
int | OverrideHiddenWireframeColor () |
Returns the hidden wireframe override color. | |
int | OverrideVisibleWireframeColor () |
Returns the visible wireframe override color. | |
NXOpen::Preferences::ShadingRenderingStyleOption | RenderingStyle () |
Returns the rendering style. | |
void | SetCustomAngleTolerance (double customAngleTolerance) |
Sets the custom angle tolerance. | |
void | SetCustomEdgeTolerance (double customEdgeTolerance) |
Sets the custom edge tolerance. | |
void | SetCustomFaceTolerance (double customFaceTolerance) |
Sets the custom face tolerance. | |
void | SetOverrideHiddenWireframeColor (int overrideHiddenWireframeColor) |
Sets the hidden wireframe override color. | |
void | SetOverrideVisibleWireframeColor (int overrideVisibleWireframeColor) |
Sets the visible wireframe override color. | |
void | SetRenderingStyle (NXOpen::Preferences::ShadingRenderingStyleOption renderingStyleOption) |
Sets the rendering style. | |
void | SetShadedCutFaceColor (int shadedCutFaceColor) |
Sets the shaded cut face color. | |
void | SetShadingTolerance (NXOpen::Preferences::ShadingToleranceOption shadingTolerance) |
Sets the shading tolerance. | |
void | SetShininess (double shininessTolerance) |
Sets the shininess tolerance. | |
void | SetTwoSidedLight (bool twoSidedLight) |
Sets the two sided light toggle data. | |
int | ShadedCutFaceColor () |
Returns the shaded cut face color. | |
NXOpen::Preferences::ShadingToleranceOption | ShadingTolerance () |
Returns the shading tolerance. | |
double | Shininess () |
Returns the shininess tolerance. | |
tag_t | Tag () const |
Returns the tag of this object. | |
bool | TwoSidedLight () |
Returns the two sided light toggle data. | |
Represents set of Shading View Preferences applicable to drafting views.
To obtain an instance of this class use Preferences::ViewPreferences::Shading
Created in NX5.0.0.
double NXOpen::Preferences::ShadingViewPreferences::CustomAngleTolerance | ( | ) |
Returns the custom angle tolerance.
Created in NX5.0.0.
License requirements : None
double NXOpen::Preferences::ShadingViewPreferences::CustomEdgeTolerance | ( | ) |
Returns the custom edge tolerance.
Created in NX5.0.0.
License requirements : None
double NXOpen::Preferences::ShadingViewPreferences::CustomFaceTolerance | ( | ) |
Returns the custom face tolerance.
Created in NX5.0.0.
License requirements : None
int NXOpen::Preferences::ShadingViewPreferences::OverrideHiddenWireframeColor | ( | ) |
Returns the hidden wireframe override color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : None
int NXOpen::Preferences::ShadingViewPreferences::OverrideVisibleWireframeColor | ( | ) |
Returns the visible wireframe override color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::ShadingRenderingStyleOption NXOpen::Preferences::ShadingViewPreferences::RenderingStyle | ( | ) |
Returns the rendering style.
Created in NX5.0.0.
License requirements : None
void NXOpen::Preferences::ShadingViewPreferences::SetCustomAngleTolerance | ( | double | customAngleTolerance | ) |
Sets the custom angle tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
customAngleTolerance | custom angle tolerance |
void NXOpen::Preferences::ShadingViewPreferences::SetCustomEdgeTolerance | ( | double | customEdgeTolerance | ) |
Sets the custom edge tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
customEdgeTolerance | custom edge tolerance |
void NXOpen::Preferences::ShadingViewPreferences::SetCustomFaceTolerance | ( | double | customFaceTolerance | ) |
Sets the custom face tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
customFaceTolerance | custom face tolerance |
void NXOpen::Preferences::ShadingViewPreferences::SetOverrideHiddenWireframeColor | ( | int | overrideHiddenWireframeColor | ) |
Sets the hidden wireframe override color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
overrideHiddenWireframeColor | overridehiddenwireframecolor |
void NXOpen::Preferences::ShadingViewPreferences::SetOverrideVisibleWireframeColor | ( | int | overrideVisibleWireframeColor | ) |
Sets the visible wireframe override color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
overrideVisibleWireframeColor | overridevisiblewireframecolor |
void NXOpen::Preferences::ShadingViewPreferences::SetRenderingStyle | ( | NXOpen::Preferences::ShadingRenderingStyleOption | renderingStyleOption | ) |
Sets the rendering style.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
renderingStyleOption | rendering style option |
void NXOpen::Preferences::ShadingViewPreferences::SetShadedCutFaceColor | ( | int | shadedCutFaceColor | ) |
Sets the shaded cut face color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
shadedCutFaceColor | shaded cut face color |
void NXOpen::Preferences::ShadingViewPreferences::SetShadingTolerance | ( | NXOpen::Preferences::ShadingToleranceOption | shadingTolerance | ) |
Sets the shading tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
shadingTolerance | shading tolerance |
void NXOpen::Preferences::ShadingViewPreferences::SetShininess | ( | double | shininessTolerance | ) |
Sets the shininess tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
shininessTolerance | shininess tolerance |
void NXOpen::Preferences::ShadingViewPreferences::SetTwoSidedLight | ( | bool | twoSidedLight | ) |
Sets the two sided light toggle data.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
twoSidedLight | two sided light |
int NXOpen::Preferences::ShadingViewPreferences::ShadedCutFaceColor | ( | ) |
Returns the shaded cut face color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::ShadingToleranceOption NXOpen::Preferences::ShadingViewPreferences::ShadingTolerance | ( | ) |
Returns the shading tolerance.
Created in NX5.0.0.
License requirements : None
double NXOpen::Preferences::ShadingViewPreferences::Shininess | ( | ) |
Returns the shininess tolerance.
Created in NX5.0.0.
License requirements : None
tag_t NXOpen::Preferences::ShadingViewPreferences::Tag | ( | ) | const |
Returns the tag of this object.
bool NXOpen::Preferences::ShadingViewPreferences::TwoSidedLight | ( | ) |
Returns the two sided light toggle data.
Created in NX5.0.0.
License requirements : None