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

指定位置类 更多...

#include <BlockStyler_SpecifyLocation.hxx>

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

Public 成员函数

bool AutomaticProgression ()
NXOpen::Point3d CursorLocation ()
bool DisplayTemporaryPoint ()
std::vector< NXStringGetStepStatusMembers ()
NXString LabelString ()
bool LocationSpecified ()
void ResetCursorLocation ()
void SetAutomaticProgression (bool automaticProgression)
void SetCursorLocation (const NXOpen::Point3d &cursorLocation)
void SetDisplayTemporaryPoint (bool display)
void SetLabelString (const char *labelString)
void SetLabelString (const NXString &labelString)
void SetStepStatusAsString (const char *enumString)
void SetStepStatusAsString (const NXString &enumString)
NXString StepStatusAsString ()
void TestCursorLocationSpecified (const NXOpen::Point3d &cursorLocation)
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 _SpecifyLocationBuilder

详细描述

指定位置类

表示一个指定位置块
创建于NX8.5.0.

成员函数说明

◆ AutomaticProgression()

bool NXOpen::BlockStyler::SpecifyLocation::AutomaticProgression ( )

获取 自动递进属性
创建于NX8.5.0.

许可要求:无

◆ CursorLocation()

NXOpen::Point3d NXOpen::BlockStyler::SpecifyLocation::CursorLocation ( )

获取 光标位置
创建于NX8.5.0.

许可要求:无

◆ DisplayTemporaryPoint()

bool NXOpen::BlockStyler::SpecifyLocation::DisplayTemporaryPoint ( )

获取 显示临时点属性
创建于NX8.5.0.

许可要求:无

◆ GetStepStatusMembers()

std::vector< NXString > NXOpen::BlockStyler::SpecifyLocation::GetStepStatusMembers ( )

获取步骤状态成员

返回
从属性获取的值
创建于NX8.5.0.

许可要求:无

◆ LabelString()

NXString NXOpen::BlockStyler::SpecifyLocation::LabelString ( )

获取 标签字符串
创建于NX8.5.0.

许可要求:无

◆ LocationSpecified()

bool NXOpen::BlockStyler::SpecifyLocation::LocationSpecified ( )

获取 光标位置是否已被设置。初始返回false,在用户交互指定位置或通过程序设置 SetCursorLocation 后返回true。 调用 ResetCursorLocation 会将该属性重置为false。 如果此属性为false,则 CursorLocation 的值无意义。
创建于NX1847.0.0.

许可要求:无

◆ ResetCursorLocation()

void NXOpen::BlockStyler::SpecifyLocation::ResetCursorLocation ( )

重置光标位置
创建于NX1847.0.0.

许可要求:无

◆ SetAutomaticProgression()

void NXOpen::BlockStyler::SpecifyLocation::SetAutomaticProgression ( bool automaticProgression)

设置 自动递进属性
创建于NX8.5.0.

许可要求:无

参数
automaticProgressionautomaticprogression

◆ SetCursorLocation()

void NXOpen::BlockStyler::SpecifyLocation::SetCursorLocation ( const NXOpen::Point3d & cursorLocation)

设置 光标位置
创建于NX8.5.0.

许可要求:无

参数
cursorLocationcursorlocation

◆ SetDisplayTemporaryPoint()

void NXOpen::BlockStyler::SpecifyLocation::SetDisplayTemporaryPoint ( bool display)

设置 显示临时点属性
创建于NX8.5.0.

许可要求:无

参数
displaydisplay

◆ SetLabelString() [1/2]

void NXOpen::BlockStyler::SpecifyLocation::SetLabelString ( const char * labelString)

设置 标签字符串
创建于NX8.5.0.

许可要求:无

参数
labelStringlabelstring

◆ SetLabelString() [2/2]

void NXOpen::BlockStyler::SpecifyLocation::SetLabelString ( const NXString & labelString)

设置 标签字符串
创建于NX8.5.0.

许可要求:无

参数
labelStringlabelstring

◆ SetStepStatusAsString() [1/2]

void NXOpen::BlockStyler::SpecifyLocation::SetStepStatusAsString ( const char * enumString)

设置 步骤状态(字符串形式)
创建于NX8.5.0.

许可要求:无

参数
enumStringenumstring

◆ SetStepStatusAsString() [2/2]

void NXOpen::BlockStyler::SpecifyLocation::SetStepStatusAsString ( const NXString & enumString)

设置 步骤状态(字符串形式)
创建于NX8.5.0.

许可要求:无

参数
enumStringenumstring

◆ StepStatusAsString()

NXString NXOpen::BlockStyler::SpecifyLocation::StepStatusAsString ( )

获取 步骤状态(字符串形式)
创建于NX8.5.0.

许可要求:无

◆ TestCursorLocationSpecified()

void NXOpen::BlockStyler::SpecifyLocation::TestCursorLocationSpecified ( const NXOpen::Point3d & cursorLocation)

测试为此块指定的光标位置。调用此API时块必须处于焦点状态
创建于NX2206.0.0.

许可要求:nx_auto_test_studio ("NX Automated Testing Studio")

参数
cursorLocationcursorlocation