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

焊接特性选择构建器 更多...

#include <Weld_CharacteristicsSelectionBuilder.hxx>

类 NXOpen::Weld::CharacteristicsSelectionBuilder 继承关系图:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

Public 成员函数

NXOpen::NXObjectListAttributeList ()
NXOpen::Weld::CharacteristicsValueBuilderCreateAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const char *iconName, int pointMarker, int color, const char *title)
NXOpen::Weld::CharacteristicsValueBuilderCreateAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const NXString &iconName, int pointMarker, int color, const NXString &title)
NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilderCreateAttributeListEntry (bool required, bool onObject, bool locked, const char *iconName, int pointMarker, int color, const char *title)
NXOpen::Weld::CharacteristicsValueBuilderCreateDoubleAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const char *iconName, int pointMarker, int color, const char *title, double currentValue)
NXOpen::Weld::CharacteristicsValueBuilderCreateDoubleAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const NXString &iconName, int pointMarker, int color, const NXString &title, double currentValue)
NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilderCreateDoubleAttributeListEntry (bool required, bool onObject, bool locked, const char *iconName, int pointMarker, int color, const char *title, double currentValue)
NXOpen::Weld::CharacteristicsValueBuilderCreateIntegerAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const char *iconName, int pointMarker, int color, const char *title, int currentValue)
NXOpen::Weld::CharacteristicsValueBuilderCreateIntegerAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const NXString &iconName, int pointMarker, int color, const NXString &title, int currentValue)
NX_DEPRECATED("在NX10.0.0中已弃用。 请改用带有继承参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry。") NXOpen NXOpen::Weld::CharacteristicsValueBuilderCreateIntegerAttributeListEntry (bool required, bool onObject, bool locked, const char *iconName, int pointMarker, int color, const char *title, int currentValue)
NXOpen::Weld::CharacteristicsValueBuilderCreateOptionAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const char *iconName, int pointMarker, int color, const char *title, const char *currentValue, std::vector< NXString > &options)
NXOpen::Weld::CharacteristicsValueBuilderCreateOptionAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const NXString &iconName, int pointMarker, int color, const NXString &title, const NXString &currentValue, std::vector< NXString > &options)
NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilderCreateOptionAttributeListEntry (bool required, bool onObject, bool locked, const char *iconName, int pointMarker, int color, const char *title, const char *currentValue, std::vector< NXString > &options)
NXOpen::Weld::CharacteristicsValueBuilderCreateStringAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const char *iconName, int pointMarker, int color, const char *title, const char *currentValue)
NXOpen::Weld::CharacteristicsValueBuilderCreateStringAttributeListEntry (bool required, bool onObject, bool locked, bool inherited, const NXString &iconName, int pointMarker, int color, const NXString &title, const NXString &currentValue)
NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilderCreateStringAttributeListEntry (bool required, bool onObject, bool locked, const char *iconName, int pointMarker, int color, const char *title, const char *currentValue)
NXOpen::SelectNXObjectListSelectObjectList ()
Public 成员函数 继承自 NXOpen::NXObject
NXOpen::AttributeIteratorCreateAttributeIterator ()
NX_DEPRECATED("Deprecated in NX8.0.0. Use DeleteUserAttribute instead.") void DeleteAttributeByTypeAndTitle(NXOpen void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title)
NX_DEPRECATED("Deprecated in NX8.0.0. Use DeleteUserAttribute instead.") void DeleteAttributeByTypeAndTitle(NXOpen void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option)
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option)
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option)
void DeleteUserAttributes (NXOpen::AttributeIterator *iterator, NXOpen::Update::Option option)
void DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
bool GetBooleanUserAttribute (const char *title, int index)
bool GetBooleanUserAttribute (const NXString &title, int index)
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const char *title, int index)
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const NXString &title, int index)
int GetIntegerAttribute (const char *title)
int GetIntegerUserAttribute (const char *title, int index)
int GetIntegerUserAttribute (const NXString &title, int index)
bool GetNextUserAttribute (NXOpen::AttributeIterator *iterator, NXOpen::NXObject::AttributeInformation *info)
NXString GetPdmReferenceAttributeValue (const char *attributeTitle)
 获取指定对象的PDM参考属性值。 用户需提供属性标题,将返回UI显示的属性值。
NXString GetPdmReferenceAttributeValue (const NXString &attributeTitle)
 获取指定对象的PDM参考属性值。 用户需提供属性标题,将返回UI显示的属性值。
double GetRealAttribute (const char *title)
double GetRealUserAttribute (const char *title, int index)
double GetRealUserAttribute (const NXString &title, int index)
NXString GetReferenceAttribute (const char *title)
NXString GetStringAttribute (const char *title)
NXString GetStringUserAttribute (const char *title, int index)
NXString GetStringUserAttribute (const NXString &title, int index)
NX_DEPRECATED("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetTimeAttribute(NXOpen NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title)
NXString GetTimeUserAttribute (const char *title, int index)
NXString GetTimeUserAttribute (const NXString &title, int index)
NX_DEPRECATED("Deprecated in NX11.0.0. Use GetUserAttribute instead.") std std::vector< NXOpen::NXObject::AttributeInformationGetUserAttribute (const char *title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type)
NXOpen::NXObject::AttributeInformation GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
NXOpen::NXObject::AttributeInformation GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
NXString GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index)
NXString GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
int GetUserAttributeCount (NXOpen::AttributeIterator *iterator)
int GetUserAttributeCount (NXOpen::AttributeIterator *iterator, bool countArrayAsOneAttribute)
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type)
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
bool GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type)
bool GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type)
std::vector< NXOpen::NXObject::AttributeInformationGetUserAttributes ()
std::vector< NXOpen::NXObject::AttributeInformationGetUserAttributes (bool includeUnset)
std::vector< NXOpen::NXObject::AttributeInformationGetUserAttributes (NXOpen::AttributeIterator *iterator)
int GetUserAttributeSize (const char *title, NXOpen::NXObject::AttributeType type)
int GetUserAttributeSize (const NXString &title, NXOpen::NXObject::AttributeType type)
std::vector< NXOpen::NXObject * > GetUserAttributeSourceObjects ()
bool HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
bool HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
bool HasUserAttribute (NXOpen::AttributeIterator *iterator)
virtual bool IsOccurrence ()
virtual NXString JournalIdentifier ()
virtual NXString Name ()
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") double GetRealAttribute(const NXString &title)
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") int GetIntegerAttribute(const NXString &title)
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetReferenceAttribute(const NXString &title)
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetStringAttribute(const NXString &title)
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title)
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetReferenceAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetReferenceAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetTimeAttribute(const NXString &title
 NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetTimeAttribute(const NXString &title
virtual NXOpen::Assemblies::ComponentOwningComponent ()
virtual NXOpen::BasePartOwningPart ()
virtual void Print ()
virtual NXOpen::INXObjectPrototype ()
void SetAttribute (const char *title)
void SetAttribute (const char *title, const char *value)
void SetAttribute (const char *title, const char *value, NXOpen::Update::Option option)
void SetAttribute (const char *title, double value)
void SetAttribute (const char *title, double value, NXOpen::Update::Option option)
void SetAttribute (const char *title, int value)
void SetAttribute (const char *title, int value, NXOpen::Update::Option option)
void SetAttribute (const char *title, NXOpen::Update::Option option)
void SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option)
void SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option)
virtual void SetName (const char *name)
virtual void SetName (const NXString &name)
void SetPdmReferenceAttribute (const char *attributeTitle, const char *attributeValue)
 设置对象的PDM参考属性值。 用户需提供属性标题和UI显示的别名值。若参考属性为数组类型,此操作将被忽略。 别名字符串会转换为内部值(如会话标识符),并将该内部值设置到指定对象上。
创建于NX12.0.0。

许可要求:无
void SetPdmReferenceAttribute (const NXString &attributeTitle, const NXString &attributeValue)
 设置对象的PDM参考属性值。 用户需提供属性标题和UI显示的别名值。若参考属性为数组类型,此操作将被忽略。 别名字符串会转换为内部值(如会话标识符),并将该内部值设置到指定对象上。
创建于NX12.0.0。

许可要求:无
void SetReferenceAttribute (const char *title, const char *value)
void SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option)
void SetTimeAttribute (const char *title, const char *value)
void SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option)
void SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
void SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
void SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
void SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
void SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
void SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option)
void SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option)
void SetUserAttribute (const char *title, int index, NXOpen::Update::Option option)
void SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option)
void SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
void SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option)
void SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option)
void SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option)
void SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock)
void SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock)
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _CharacteristicsSelectionBuilderBuilder

额外继承的成员函数

Public 类型 继承自 NXOpen::NXObject
enum  AttributeType {
  AttributeTypeInvalid , AttributeTypeNull , AttributeTypeBoolean , AttributeTypeInteger ,
  AttributeTypeReal , AttributeTypeString , AttributeTypeTime , AttributeTypeReference ,
  AttributeTypeAny = 100
}
enum  DateAndTimeFormat { DateAndTimeFormatNumeric , DateAndTimeFormatTextual }
Public 属性 继承自 NXOpen::NXObject
NXOpen::Update::Option option
const NXString NXOpen::Update::Option option
double NXOpen::Update::Option option
int NXOpen::Update::Option option
const NXStringvalue
double value
int value

详细描述

焊接特性选择构建器

此构建器允许您定义要在焊接特征输出上设置的属性值。 继承选项仅适用于 NXOpen::Weld::WeldJoint
于NX7.5.0中创建。

成员函数说明

◆ AttributeList()

NXOpen::NXObjectList * NXOpen::Weld::CharacteristicsSelectionBuilder::AttributeList ( )

返回此焊接特征的潜在属性列表。
创建于NX7.5.0。

许可证要求:无

◆ CreateAttributeListEntry() [1/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const char * iconName,
int pointMarker,
int color,
const char * title )

创建无值的属性列表项,并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
inherited属性是否需要继承自源实体属性并被覆盖?仅被某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。

◆ CreateAttributeListEntry() [2/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const NXString & iconName,
int pointMarker,
int color,
const NXString & title )

创建无值的属性列表项,并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
inherited属性是否需要继承自源实体属性并被覆盖?仅被某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。

◆ CreateAttributeListEntry() [3/3]

NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry ( bool required,
bool onObject,
bool locked,
const char * iconName,
int pointMarker,
int color,
const char * title )

创建无值的属性列表项并添加到列表中。

弃用
已在 NX10.0.0 中过时。请改用包含 inherited 参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry

创建于 NX7.5.0。

许可证要求:无

创建无值的属性列表项,并添加到列表中。

弃用
在NX10.0.0中已废弃。请使用带有inherited参数的NXOpen::Weld::CharacteristicsSelectionBuilder::CreateAttributeListEntry 代替。

创建于NX7.5.0。

许可证要求:无
参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。

◆ CreateDoubleAttributeListEntry() [1/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const char * iconName,
int pointMarker,
int color,
const char * title,
double currentValue )

创建双精度属性列表项并添加到列表中。
创建于 NX10.0.0。

许可证要求:无

参数
required属性是否需要存在于输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
inherited属性是否要从源实体属性继承并被覆盖?仅某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见 point.h 中的 POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateDoubleAttributeListEntry() [2/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const NXString & iconName,
int pointMarker,
int color,
const NXString & title,
double currentValue )

创建双精度属性列表项并添加到列表中。
创建于 NX10.0.0。

许可证要求:无

参数
required属性是否需要存在于输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
inherited属性是否要从源实体属性继承并被覆盖?仅某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见 point.h 中的 POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateDoubleAttributeListEntry() [3/3]

NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry ( bool required,
bool onObject,
bool locked,
const char * iconName,
int pointMarker,
int color,
const char * title,
double currentValue )

创建双精度属性列表项并添加到列表中。

弃用
已在 NX10.0.0 中过时。请改用包含 inherited 参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry

创建于 NX7.5.0。

许可证要求:无

创建双精度属性列表项并添加到列表中。

弃用
已在 NX10.0.0 中过时。请改用包含 inherited 参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateDoubleAttributeListEntry

创建于 NX7.5.0。

许可证要求:无
参数
required属性是否需要存在于输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见 point.h 中的 POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateIntegerAttributeListEntry() [1/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const char * iconName,
int pointMarker,
int color,
const char * title,
int currentValue )

创建整数属性列表项并添加到列表中。
创建于 NX10.0.0。

许可证要求:无

参数
required属性是否需要存在于输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
inherited属性是否要从源实体属性继承并被覆盖?仅某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见 point.h 中的 POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateIntegerAttributeListEntry() [2/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const NXString & iconName,
int pointMarker,
int color,
const NXString & title,
int currentValue )

创建整数属性列表项并添加到列表中。
创建于 NX10.0.0。

许可证要求:无

参数
required属性是否需要存在于输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
inherited属性是否要从源实体属性继承并被覆盖?仅某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见 point.h 中的 POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateIntegerAttributeListEntry() [3/3]

NX_DEPRECATED("在NX10.0.0中已弃用。 请改用带有继承参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry。") NXOpen NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry ( bool required,
bool onObject,
bool locked,
const char * iconName,
int pointMarker,
int color,
const char * title,
int currentValue )

创建整数属性列表条目并将其添加到列表中。

弃用
在NX10.0.0中已弃用。 请改用带有继承参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry

于NX7.5.0中创建。

许可证要求:无

创建整数属性列表条目并将其添加到列表中。

弃用
在NX10.0.0中已弃用。 请改用带有继承参数的 NXOpen::Weld::CharacteristicsSelectionBuilder::CreateIntegerAttributeListEntry

于NX7.5.0中创建。

许可证要求:无
参数
required属性是否需要出现在输出对象上?
onObject属性是否已存在于现有对象上?
locked属性是否已锁定?
iconName要放置在列表中的图标的名称。
pointMarker应用于表示焊点的点的标记,请参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateOptionAttributeListEntry() [1/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const char * iconName,
int pointMarker,
int color,
const char * title,
const char * currentValue,
std::vector< NXString > & options )

创建选项属性列表条目并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否被锁定?
inherited属性是否要被源实体属性继承并覆盖?仅被某些应用程序工具使用。
iconName要放在列表中的图标的名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color要应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。
options可选择的选项。

◆ CreateOptionAttributeListEntry() [2/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const NXString & iconName,
int pointMarker,
int color,
const NXString & title,
const NXString & currentValue,
std::vector< NXString > & options )

创建选项属性列表条目并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否被锁定?
inherited属性是否要被源实体属性继承并覆盖?仅被某些应用程序工具使用。
iconName要放在列表中的图标的名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color要应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。
options可选择的选项。

◆ CreateOptionAttributeListEntry() [3/3]

NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry ( bool required,
bool onObject,
bool locked,
const char * iconName,
int pointMarker,
int color,
const char * title,
const char * currentValue,
std::vector< NXString > & options )

创建选项属性列表条目并添加到列表中。

弃用
在NX10.0.0中已过时。请使用带有inherited参数的NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry 替代。

创建于NX7.5.0。

许可证要求:无

创建选项属性列表条目并添加到列表中。

弃用
在NX10.0.0中已过时。请使用带有inherited参数的NXOpen::Weld::CharacteristicsSelectionBuilder::CreateOptionAttributeListEntry 替代。

创建于NX7.5.0。

许可证要求:无
参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否被锁定?
iconName要放在列表中的图标的名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color要应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。
options可选择的选项。

◆ CreateStringAttributeListEntry() [1/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const char * iconName,
int pointMarker,
int color,
const char * title,
const char * currentValue )

创建字符串属性列表项,并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
inherited属性是否需要继承自源实体属性并被覆盖?仅被某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateStringAttributeListEntry() [2/3]

NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry ( bool required,
bool onObject,
bool locked,
bool inherited,
const NXString & iconName,
int pointMarker,
int color,
const NXString & title,
const NXString & currentValue )

创建字符串属性列表项,并添加到列表中。
创建于NX10.0.0。

许可证要求:无

参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
inherited属性是否需要继承自源实体属性并被覆盖?仅被某些应用工具使用。
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ CreateStringAttributeListEntry() [3/3]

NX_DEPRECATED("Deprecated in NX10.0.0. Use NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry with inherited parameter instead.") NXOpen NXOpen::Weld::CharacteristicsValueBuilder * NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry ( bool required,
bool onObject,
bool locked,
const char * iconName,
int pointMarker,
int color,
const char * title,
const char * currentValue )

创建字符串属性列表项,并添加到列表中。

弃用
在NX10.0.0中已废弃。请使用带有inherited参数的NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry 代替。

创建于NX7.5.0。

许可证要求:无

创建字符串属性列表项,并添加到列表中。

弃用
在NX10.0.0中已废弃。请使用带有inherited参数的NXOpen::Weld::CharacteristicsSelectionBuilder::CreateStringAttributeListEntry 代替。

创建于NX7.5.0。

许可证要求:无
参数
required属性是否需要在输出对象上?
onObject属性是否已在现有对象上?
locked属性是否锁定?
iconName列表中放置的图标名称。
pointMarker应用于表示焊点的点的标记,参见point.h中的POINT_marker_t。
color应用于对象的颜色。
title属性的标题。
currentValue属性的当前值设置。

◆ SelectObjectList()

NXOpen::SelectNXObjectList * NXOpen::Weld::CharacteristicsSelectionBuilder::SelectObjectList ( )

返回包含待赋予属性数据的选择对象。
于NX7.5.0中创建。

许可证要求:无