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

纹理建模首选项 更多...

#include <Preferences_TextureModelingPreferences.hxx>

Public 成员函数

void DisplayDistortion (bool display)
int ReversedUVPatchColor ()
int RipEdgesColor ()
NXOpen::DisplayableObject::ObjectFont RipEdgesFont ()
NXOpen::DisplayableObject::ObjectWidth RipEdgesWidth ()
void SetReversedUVPatchColor (int color)
void SetRipEdgesColor (int color)
void SetRipEdgesFont (NXOpen::DisplayableObject::ObjectFont font)
void SetRipEdgesWidth (NXOpen::DisplayableObject::ObjectWidth width)
void SetShow2DGrid (bool show)
void SetShow3DGrid (bool show)
void SetULineColor (int color)
void SetULineFont (NXOpen::DisplayableObject::ObjectFont font)
void SetULineWidth (NXOpen::DisplayableObject::ObjectWidth width)
void SetUVPatchColor (int color)
void SetVLineColor (int color)
void SetVLineFont (NXOpen::DisplayableObject::ObjectFont font)
void SetVLineWidth (NXOpen::DisplayableObject::ObjectWidth width)
bool Show2DGrid ()
bool Show3DGrid ()
tag_t Tag () const
int ULineColor ()
NXOpen::DisplayableObject::ObjectFont ULineFont ()
NXOpen::DisplayableObject::ObjectWidth ULineWidth ()
int UVPatchColor ()
int VLineColor ()
NXOpen::DisplayableObject::ObjectFont VLineFont ()
NXOpen::DisplayableObject::ObjectWidth VLineWidth ()

详细描述

纹理建模首选项

表示适用于整个会话的纹理建模首选项集合
要获取此类实例,请参考 NXOpen::Preferences::SessionPreferences

版本:NX1847.0.0

成员函数说明

◆ DisplayDistortion()

void NXOpen::Preferences::TextureModelingPreferences::DisplayDistortion ( bool display)

显示畸变映射。
版本:NX1847.0.0。

许可要求:nx_polygon_modeling("NX多边形建模")

参数
display显示开关

◆ ReversedUVPatchColor()

int NXOpen::Preferences::TextureModelingPreferences::ReversedUVPatchColor ( )

获取反转UV面片颜色。
版本:NX1847.0.0。

许可要求:无

◆ RipEdgesColor()

int NXOpen::Preferences::TextureModelingPreferences::RipEdgesColor ( )

获取拆分边颜色。
版本:NX1847.0.0。
许可要求:无

◆ RipEdgesFont()

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::RipEdgesFont ( )

获取拆分边线型。
版本:NX1847.0.0。
许可要求:无

◆ RipEdgesWidth()

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::RipEdgesWidth ( )

获取拆分边线宽。
版本:NX1847.0.0。
许可要求:无

◆ SetReversedUVPatchColor()

void NXOpen::Preferences::TextureModelingPreferences::SetReversedUVPatchColor ( int color)

设置反转UV面片颜色。
版本:NX1847.0.0。

许可要求:nx_polygon_modeling("NX多边形建模")

参数
color颜色值

◆ SetRipEdgesColor()

void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesColor ( int color)

设置拆分边颜色。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
color颜色

◆ SetRipEdgesFont()

void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesFont ( NXOpen::DisplayableObject::ObjectFont font)

设置拆分边线型。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
font线型

◆ SetRipEdgesWidth()

void NXOpen::Preferences::TextureModelingPreferences::SetRipEdgesWidth ( NXOpen::DisplayableObject::ObjectWidth width)

设置拆分边线宽。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
width线宽

◆ SetShow2DGrid()

void NXOpen::Preferences::TextureModelingPreferences::SetShow2DGrid ( bool show)

设置是否显示2D网格。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
show是否显示

◆ SetShow3DGrid()

void NXOpen::Preferences::TextureModelingPreferences::SetShow3DGrid ( bool show)

设置是否显示3D网格。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
show是否显示

◆ SetULineColor()

void NXOpen::Preferences::TextureModelingPreferences::SetULineColor ( int color)

设置U向线颜色。
版本:NX1847.0.0

许可要求:nx_polygon_modeling("NX多边形建模")

参数
color颜色

◆ SetULineFont()

void NXOpen::Preferences::TextureModelingPreferences::SetULineFont ( NXOpen::DisplayableObject::ObjectFont font)

设置U向线线型。
版本:NX1847.0.0

许可要求:nx_polygon_modeling("NX多边形建模")

参数
font线型

◆ SetULineWidth()

void NXOpen::Preferences::TextureModelingPreferences::SetULineWidth ( NXOpen::DisplayableObject::ObjectWidth width)

设置U向线线宽。
版本:NX1847.0.0

许可要求:nx_polygon_modeling("NX多边形建模")

参数
width线宽

◆ SetUVPatchColor()

void NXOpen::Preferences::TextureModelingPreferences::SetUVPatchColor ( int color)

设置UV面片颜色。
版本:NX1847.0.0。

许可要求:nx_polygon_modeling("NX多边形建模")

参数
color颜色值

◆ SetVLineColor()

void NXOpen::Preferences::TextureModelingPreferences::SetVLineColor ( int color)

设置V线颜色。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
color颜色

◆ SetVLineFont()

void NXOpen::Preferences::TextureModelingPreferences::SetVLineFont ( NXOpen::DisplayableObject::ObjectFont font)

设置V线线型。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
font线型

◆ SetVLineWidth()

void NXOpen::Preferences::TextureModelingPreferences::SetVLineWidth ( NXOpen::DisplayableObject::ObjectWidth width)

设置V线线宽。
版本:NX1847.0.0。
许可要求:nx_polygon_modeling("NX多边形建模")

参数
width线宽

◆ Show2DGrid()

bool NXOpen::Preferences::TextureModelingPreferences::Show2DGrid ( )

获取是否显示2D网格。
版本:NX1847.0.0。
许可要求:无

◆ Show3DGrid()

bool NXOpen::Preferences::TextureModelingPreferences::Show3DGrid ( )

获取是否显示3D网格。
版本:NX1847.0.0。
许可要求:无

◆ Tag()

tag_t NXOpen::Preferences::TextureModelingPreferences::Tag ( ) const

返回此对象的标识。

◆ ULineColor()

int NXOpen::Preferences::TextureModelingPreferences::ULineColor ( )

获取U向线颜色。
版本:NX1847.0.0

许可要求:无

◆ ULineFont()

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::ULineFont ( )

获取U向线线型。
版本:NX1847.0.0

许可要求:无

◆ ULineWidth()

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::ULineWidth ( )

获取U向线线宽。
版本:NX1847.0.0

许可要求:无

◆ UVPatchColor()

int NXOpen::Preferences::TextureModelingPreferences::UVPatchColor ( )

获取UV面片颜色。
版本:NX1847.0.0。

许可要求:无

◆ VLineColor()

int NXOpen::Preferences::TextureModelingPreferences::VLineColor ( )

获取V线颜色。
版本:NX1847.0.0。
许可要求:无

◆ VLineFont()

NXOpen::DisplayableObject::ObjectFont NXOpen::Preferences::TextureModelingPreferences::VLineFont ( )

获取V线线型。
版本:NX1847.0.0。
许可要求:无

◆ VLineWidth()

NXOpen::DisplayableObject::ObjectWidth NXOpen::Preferences::TextureModelingPreferences::VLineWidth ( )

获取V线线宽。
版本:NX1847.0.0。
许可要求:无