NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::Drawings::ShadingViewStyle类 参考

着色视图样式类 更多...

#include <Drawings_ShadingViewStyle.hxx>

类 NXOpen::Drawings::ShadingViewStyle 继承关系图:
NXOpen::Preferences::IShadingViewPreferences

Public 成员函数

double CustomAngleTolerance ()
double CustomEdgeTolerance ()
double CustomFaceTolerance ()
int OverrideHiddenWireframeColor ()
int OverrideVisibleWireframeColor ()
NXOpen::Preferences::ShadingRenderingStyleOption RenderingStyle ()
void SetCustomAngleTolerance (double customAngleTolerance)
void SetCustomEdgeTolerance (double customEdgeTolerance)
void SetCustomFaceTolerance (double customFaceTolerance)
void SetOverrideHiddenWireframeColor (int overrideHiddenWireframeColor)
void SetOverrideVisibleWireframeColor (int overrideVisibleWireframeColor)
void SetRenderingStyle (NXOpen::Preferences::ShadingRenderingStyleOption renderingStyleOption)
void SetShadedCutFaceColor (int shadedCutFaceColor)
void SetShadingTolerance (NXOpen::Preferences::ShadingToleranceOption shadingTolerance)
void SetShininess (double shininessTolerance)
void SetTwoSidedLight (bool twoSidedLight)
int ShadedCutFaceColor ()
NXOpen::Preferences::ShadingToleranceOption ShadingTolerance ()
double Shininess ()
tag_t Tag () const
bool TwoSidedLight ()

详细描述

着色视图样式类

表示适用于制图视图的一组着色视图样式。
要获取此类的实例,请使用 Drawings::ViewStyle::Shading

创建于 NX5.0.0。

成员函数说明

◆ CustomAngleTolerance()

double NXOpen::Drawings::ShadingViewStyle::CustomAngleTolerance ( )

返回自定义角度公差。
于NX5.0.0中创建。

许可要求:无

◆ CustomEdgeTolerance()

double NXOpen::Drawings::ShadingViewStyle::CustomEdgeTolerance ( )

返回自定义边公差。
于NX5.0.0中创建。

许可要求:无

◆ CustomFaceTolerance()

double NXOpen::Drawings::ShadingViewStyle::CustomFaceTolerance ( )

返回自定义面公差。
于NX5.0.0中创建。

许可要求:无

◆ OverrideHiddenWireframeColor()

int NXOpen::Drawings::ShadingViewStyle::OverrideHiddenWireframeColor ( )

返回隐藏线框覆盖颜色,值应在1到216之间。
于NX5.0.0中创建。

许可要求:无

◆ OverrideVisibleWireframeColor()

int NXOpen::Drawings::ShadingViewStyle::OverrideVisibleWireframeColor ( )

返回可见线框覆盖颜色,值应在1到216之间。
于NX5.0.0中创建。

许可要求:无

◆ RenderingStyle()

NXOpen::Preferences::ShadingRenderingStyleOption NXOpen::Drawings::ShadingViewStyle::RenderingStyle ( )

返回渲染样式。
创建于 NX5.0.0。

许可证要求 : None

◆ SetCustomAngleTolerance()

void NXOpen::Drawings::ShadingViewStyle::SetCustomAngleTolerance ( double customAngleTolerance)

设置自定义角度公差。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
customAngleTolerance自定义角度公差

◆ SetCustomEdgeTolerance()

void NXOpen::Drawings::ShadingViewStyle::SetCustomEdgeTolerance ( double customEdgeTolerance)

设置自定义边公差。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
customEdgeTolerance自定义边公差

◆ SetCustomFaceTolerance()

void NXOpen::Drawings::ShadingViewStyle::SetCustomFaceTolerance ( double customFaceTolerance)

设置自定义面公差。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
customFaceTolerance自定义面公差

◆ SetOverrideHiddenWireframeColor()

void NXOpen::Drawings::ShadingViewStyle::SetOverrideHiddenWireframeColor ( int overrideHiddenWireframeColor)

设置隐藏线框覆盖颜色,值应在1到216之间。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
overrideHiddenWireframeColor隐藏线框覆盖颜色

◆ SetOverrideVisibleWireframeColor()

void NXOpen::Drawings::ShadingViewStyle::SetOverrideVisibleWireframeColor ( int overrideVisibleWireframeColor)

设置可见线框覆盖颜色。值应在 1 到 216 之间。
创建于 NX5.0.0。

许可证要求 : drafting ("DRAFTING")

参数
overrideVisibleWireframeColor可见线框覆盖颜色

◆ SetRenderingStyle()

void NXOpen::Drawings::ShadingViewStyle::SetRenderingStyle ( NXOpen::Preferences::ShadingRenderingStyleOption renderingStyleOption)

设置渲染样式。
创建于 NX5.0.0。

许可证要求 : drafting ("DRAFTING")

参数
renderingStyleOption渲染样式选项

◆ SetShadedCutFaceColor()

void NXOpen::Drawings::ShadingViewStyle::SetShadedCutFaceColor ( int shadedCutFaceColor)

设置着色剖切面颜色。值应在 1 到 216 之间。
创建于 NX5.0.0。

许可证要求 : drafting ("DRAFTING")

参数
shadedCutFaceColor着色剖切面颜色

◆ SetShadingTolerance()

void NXOpen::Drawings::ShadingViewStyle::SetShadingTolerance ( NXOpen::Preferences::ShadingToleranceOption shadingTolerance)

设置着色公差。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
shadingTolerance着色公差

◆ SetShininess()

void NXOpen::Drawings::ShadingViewStyle::SetShininess ( double shininessTolerance)

设置光泽度公差。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
shininessTolerance光泽度公差

◆ SetTwoSidedLight()

void NXOpen::Drawings::ShadingViewStyle::SetTwoSidedLight ( bool twoSidedLight)

设置双面光切换数据。
于NX5.0.0中创建。

许可要求:drafting ("DRAFTING")

参数
twoSidedLight双面光

◆ ShadedCutFaceColor()

int NXOpen::Drawings::ShadingViewStyle::ShadedCutFaceColor ( )

返回着色剖切面颜色。值应在 1 到 216 之间。
创建于 NX5.0.0。

许可证要求 : None

◆ ShadingTolerance()

NXOpen::Preferences::ShadingToleranceOption NXOpen::Drawings::ShadingViewStyle::ShadingTolerance ( )

返回着色公差。
于NX5.0.0中创建。

许可要求:无

◆ Shininess()

double NXOpen::Drawings::ShadingViewStyle::Shininess ( )

返回光泽度公差。
于NX5.0.0中创建。

许可要求:无

◆ Tag()

tag_t NXOpen::Drawings::ShadingViewStyle::Tag ( ) const

返回此对象的标签。

◆ TwoSidedLight()

bool NXOpen::Drawings::ShadingViewStyle::TwoSidedLight ( )

返回双面光切换数据。
于NX5.0.0中创建。

许可要求:无