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

线型控件 更多...

#include <BlockStyler_LineFont.hxx>

类 NXOpen::BlockStyler::LineFont 继承关系图:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public 成员函数

int AvailableOptions ()
void SetAvailableOptions (int availableOptions)
void SetShowOptionLabels (bool showOptionLabels)
void SetValueAsString (const char *fontValueString)
void SetValueAsString (const NXString &fontValueString)
bool ShowOptionLabels ()
void TestValueChanged (const char *fontValueString)
void TestValueChanged (const NXString &fontValueString)
NXString ValueAsString ()
Public 成员函数 继承自 NXOpen::BlockStyler::UIBlock
bool Enable ()
bool Expanded ()
void Focus ()
NXOpen::BlockStyler::PropertyListGetProperties ()
bool Group ()
NXString Label ()
NXString Name ()
void SetEnable (bool enable)
void SetExpanded (bool expanded)
void SetGroup (bool group)
void SetLabel (const char *label)
void SetLabel (const NXString &label)
void SetShow (bool show)
bool Show ()
void TestFocusChange ()
NXString Type ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _LineFontBuilder

详细描述

线型控件

表示线宽块
创建于NX9.0.0.

成员函数说明

◆ AvailableOptions()

int NXOpen::BlockStyler::LineFont::AvailableOptions ( )

获取 可用选项
创建于NX9.0.0.

许可要求:无

◆ SetAvailableOptions()

void NXOpen::BlockStyler::LineFont::SetAvailableOptions ( int availableOptions)

设置 可用选项
创建于NX9.0.0.

许可要求:无

参数
availableOptionsavailableoptions

◆ SetShowOptionLabels()

void NXOpen::BlockStyler::LineFont::SetShowOptionLabels ( bool showOptionLabels)

设置 显示选项标签
创建于NX9.0.0.

许可要求:无

参数
showOptionLabelsshowoptionlabels

◆ SetValueAsString() [1/2]

void NXOpen::BlockStyler::LineFont::SetValueAsString ( const char * fontValueString)

设置 值
创建于NX9.0.0.

许可要求:无

参数
fontValueStringfontvaluestring

◆ SetValueAsString() [2/2]

void NXOpen::BlockStyler::LineFont::SetValueAsString ( const NXString & fontValueString)

设置 值
创建于NX9.0.0.

许可要求:无

参数
fontValueStringfontvaluestring

◆ ShowOptionLabels()

bool NXOpen::BlockStyler::LineFont::ShowOptionLabels ( )

获取 显示选项标签
创建于NX9.0.0.

许可要求:无

◆ TestValueChanged() [1/2]

void NXOpen::BlockStyler::LineFont::TestValueChanged ( const char * fontValueString)

测试映射到此LineFont块的值更改事件工作流。
创建于NX2206.0.0.

许可要求:nx_auto_test_studio ("NX自动化测试工作室")

参数
fontValueStringfontvaluestring

◆ TestValueChanged() [2/2]

void NXOpen::BlockStyler::LineFont::TestValueChanged ( const NXString & fontValueString)

测试映射到此LineFont块的值更改事件工作流。
创建于NX2206.0.0.

许可要求:nx_auto_test_studio ("NX自动化测试工作室")

参数
fontValueStringfontvaluestring

◆ ValueAsString()

NXString NXOpen::BlockStyler::LineFont::ValueAsString ( )

获取 值
创建于NX9.0.0.

许可要求:无