|
NX Open C++ Reference Guide
|
Represents set of Shading View style 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 style applicable to drafting views.
To obtain an instance of this class use Drawings::ViewStyle::Shading
Created in NX5.0.0.
| double NXOpen::Drawings::ShadingViewStyle::CustomAngleTolerance | ( | ) |
Returns the custom angle tolerance.
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::ShadingViewStyle::CustomEdgeTolerance | ( | ) |
Returns the custom edge tolerance.
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::ShadingViewStyle::CustomFaceTolerance | ( | ) |
Returns the custom face tolerance.
Created in NX5.0.0.
License requirements : None
| int NXOpen::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::RenderingStyle | ( | ) |
Returns the rendering style.
Created in NX5.0.0.
License requirements : None
| void NXOpen::Drawings::ShadingViewStyle::SetCustomAngleTolerance | ( | double | customAngleTolerance | ) |
Sets the custom angle tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| customAngleTolerance | custom angle tolerance |
| void NXOpen::Drawings::ShadingViewStyle::SetCustomEdgeTolerance | ( | double | customEdgeTolerance | ) |
Sets the custom edge tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| customEdgeTolerance | custom edge tolerance |
| void NXOpen::Drawings::ShadingViewStyle::SetCustomFaceTolerance | ( | double | customFaceTolerance | ) |
Sets the custom face tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| customFaceTolerance | custom face tolerance |
| void NXOpen::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::SetRenderingStyle | ( | NXOpen::Preferences::ShadingRenderingStyleOption | renderingStyleOption | ) |
Sets the rendering style.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| renderingStyleOption | rendering style option |
| void NXOpen::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::SetShadingTolerance | ( | NXOpen::Preferences::ShadingToleranceOption | shadingTolerance | ) |
Sets the shading tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| shadingTolerance | shading tolerance |
| void NXOpen::Drawings::ShadingViewStyle::SetShininess | ( | double | shininessTolerance | ) |
Sets the shininess tolerance.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
| shininessTolerance | shininess tolerance |
| void NXOpen::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::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::Drawings::ShadingViewStyle::ShadingTolerance | ( | ) |
Returns the shading tolerance.
Created in NX5.0.0.
License requirements : None
| double NXOpen::Drawings::ShadingViewStyle::Shininess | ( | ) |
Returns the shininess tolerance.
Created in NX5.0.0.
License requirements : None
| tag_t NXOpen::Drawings::ShadingViewStyle::Tag | ( | ) | const |
Returns the tag of this object.
| bool NXOpen::Drawings::ShadingViewStyle::TwoSidedLight | ( | ) |
Returns the two sided light toggle data.
Created in NX5.0.0.
License requirements : None