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

自定义表达式属性 更多...

#include <Features_CustomExpressionAttribute.hxx>

类 NXOpen::Features::CustomExpressionAttribute 继承关系图:
NXOpen::Features::CustomAttribute NXOpen::TransientObject

Public 成员函数

void SetValue (NXOpen::Expression *expressionValue)
NXOpen::ExpressionValue ()
Public 成员函数 继承自 NXOpen::Features::CustomAttribute
void AddProperty (NXOpen::Features::CustomAttribute::Property attributeProperty)
std::vector< NXOpen::Features::CustomAttribute::PropertyGetProperties ()
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::CustomExpressionAttribute Features::CustomExpressionAttribute@endlink类
<br> 此类的实例可通过@link NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionAttribute NXOpen::Features::CustomAttributeCollection::CreateCustomExpressionAttribute@endlink获取   <br>


创建于NX11.0.0版本。

成员函数说明

◆ SetValue()

void NXOpen::Features::CustomExpressionAttribute::SetValue ( NXOpen::Expression * expressionValue)

设置自定义表达式属性的值
创建于NX11.0.0版本。

许可证要求:solid_modeling ("SOLIDS MODELING")

参数
expressionValue表达式值

◆ Value()

NXOpen::Expression * NXOpen::Features::CustomExpressionAttribute::Value ( )

获取自定义表达式属性的值
创建于NX11.0.0版本。

许可证要求:solid_modeling ("SOLIDS MODELING")