|
NX Open C++ 参考指南 2406 v1.1
|
自定义字符串属性类 更多...
#include <Features_CustomStringAttribute.hxx>
Public 成员函数 | |
| void | SetValue (const char *stringValue) |
| void | SetValue (const NXString &stringValue) |
| NXString | Value () |
| Public 成员函数 继承自 NXOpen::Features::CustomAttribute | |
| void | AddProperty (NXOpen::Features::CustomAttribute::Property attributeProperty) |
| std::vector< NXOpen::Features::CustomAttribute::Property > | GetProperties () |
| bool | HasProperty (NXOpen::Features::CustomAttribute::Property attributeProperty) |
| NXString | Name () |
| void | RemoveProperty (NXOpen::Features::CustomAttribute::Property attributeProperty) |
| void | SetName (const char *attributeName) |
| void | SetName (const NXString &attributeName) |
| NXOpen::Features::CustomAttribute::Type | TypeValue () |
| virtual | ~CustomAttribute () |
| Public 成员函数 继承自 NXOpen::TransientObject | |
| void * | GetHandle () |
额外继承的成员函数 | |
| Public 类型 继承自 NXOpen::Features::CustomAttribute | |
| enum | Property { PropertyIsOutputAttribute = 1 , PropertyIsOwnedAttribute , PropertyIsReferencingTargetBody = 4 , PropertyMandatoryInput = 8 } |
| enum | Type { TypeUnknown , TypeExpression , TypeExpressionVla , TypeTag , TypeTagVla , TypeBool , TypeBoolVla , TypeInteger , TypeIntegerVla , TypeDouble , TypeDoubleVla , TypeString , TypeStringVla } |
自定义字符串属性类
表示 @link Features::CustomStringAttribute Features::CustomStringAttribute@endlink 类 <br> 此类的实例可通过 @link NXOpen::Features::CustomAttributeCollection::CreateCustomStringAttribute NXOpen::Features::CustomAttributeCollection::CreateCustomStringAttribute@endlink 获取 <br>
于NX11.0.0版本创建。
| void NXOpen::Features::CustomStringAttribute::SetValue | ( | const char * | stringValue | ) |
设置自定义字符串属性的值
于NX11.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")
| stringValue | stringvalue |
| void NXOpen::Features::CustomStringAttribute::SetValue | ( | const NXString & | stringValue | ) |
设置自定义字符串属性的值
于NX11.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")
| stringValue | stringvalue |
| NXString NXOpen::Features::CustomStringAttribute::Value | ( | ) |
获取自定义字符串属性的值
于NX11.0.0版本创建。
许可要求:solid_modeling ("SOLIDS MODELING")