|
| void | AddRowScalarFieldTable (const char *propertyName) |
| void | AddRowScalarFieldTable (const NXString &propertyName) |
| void | ClearTablePropertyOverride (const char *propertyName) |
| void | ClearTablePropertyOverride (const NXString &propertyName) |
| void | CopyProperties (NXOpen::BasePropertyTable *sourceTable) |
| void | CopyProperty (const char *propertyName, NXOpen::BasePropertyTable *sourcePropertyTable) |
| void | CopyProperty (const NXString &propertyName, NXOpen::BasePropertyTable *sourcePropertyTable) |
| void | DeleteRowScalarFieldTable (const char *propertyName) |
| void | DeleteRowScalarFieldTable (const NXString &propertyName) |
| NXString | DescriptorNeutralName () |
| NXString | DescriptorSpecificName () |
| NXOpen::BasePropertyTable::BasePropertyType | GetBasePropertyType (const char *propertyName) |
| NXOpen::BasePropertyTable::BasePropertyType | GetBasePropertyType (const NXString &propertyName) |
| NXOpen::Fields::FieldExpression * | GetBaseScalarFieldPropertyValue (const char *propertyName) |
| NXOpen::Fields::FieldExpression * | GetBaseScalarFieldPropertyValue (const NXString &propertyName) |
| void | GetBaseScalarWithDataPropertyValue (const char *propertyName, double *propertyValue, NXOpen::Unit **unitType) |
| void | GetBaseScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType) |
| bool | GetBooleanPropertyValue (const char *propertyName) |
| bool | GetBooleanPropertyValue (const NXString &propertyName) |
| NXOpen::Fields::ComplexScalarFieldWrapper * | GetComplexScalarFieldWrapperPropertyValue (const char *propertyName) |
| NXOpen::Fields::ComplexScalarFieldWrapper * | GetComplexScalarFieldWrapperPropertyValue (const NXString &propertyName) |
| NXOpen::Fields::ComplexVectorFieldWrapper * | GetComplexVectorFieldWrapperPropertyValue (const char *propertyName) |
| NXOpen::Fields::ComplexVectorFieldWrapper * | GetComplexVectorFieldWrapperPropertyValue (const NXString &propertyName) |
| NXOpen::CoordinateSystem * | GetCoordinateSystemPropertyValue (const char *propertyName) |
| NXOpen::CoordinateSystem * | GetCoordinateSystemPropertyValue (const NXString &propertyName) |
| double | GetDoublePropertyValue (const char *propertyName) |
| double | GetDoublePropertyValue (const NXString &propertyName) |
| NXOpen::Fields::FieldWrapper * | GetFieldWrapperPropertyValue (const char *propertyName) |
| NXOpen::Fields::FieldWrapper * | GetFieldWrapperPropertyValue (const NXString &propertyName) |
| NXString | GetFileReferencePropertyValue (const char *propertyName) |
| NXString | GetFileReferencePropertyValue (const NXString &propertyName) |
| std::vector< int > | GetIntegerArrayPropertyValue (const char *propertyName) |
| std::vector< int > | GetIntegerArrayPropertyValue (const NXString &propertyName) |
| int | GetIntegerExpressionPropertyValue (const char *propertyName) |
| int | GetIntegerExpressionPropertyValue (const NXString &propertyName) |
| int | GetIntegerPropertyValue (const char *propertyName) |
| int | GetIntegerPropertyValue (const NXString &propertyName) |
| void | GetMaterialArrayPropertyValue (const char *propertyName, std::vector< NXOpen::PhysicalMaterial * > &materials) |
| void | GetMaterialArrayPropertyValue (const NXString &propertyName, std::vector< NXOpen::PhysicalMaterial * > &materials) |
| void | GetMaterialPropertyValue (const char *propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material) |
| void | GetMaterialPropertyValue (const NXString &propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material) |
| NXOpen::ScalarMatrixValue * | GetMatrixPropertyValue (const char *propertyName) |
| NXOpen::ScalarMatrixValue * | GetMatrixPropertyValue (const NXString &propertyName) |
| int | GetPropertyCount () |
| NXString | GetPropertyNameByIndex (int index) |
| std::vector< double > | GetScalarArrayPropertyValue (const char *propertyName) |
| std::vector< double > | GetScalarArrayPropertyValue (const NXString &propertyName) |
| void | GetScalarArrayWithUnitsPropertyValue (const char *propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType) |
| void | GetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType) |
| void | GetScalarFieldTableRowCol (const char *propertyName, int *nRows, int *nCols) |
| void | GetScalarFieldTableRowCol (const NXString &propertyName, int *nRows, int *nCols) |
| NXOpen::Fields::ScalarFieldWrapper * | GetScalarFieldWrapperByIndex (int iRow, int iCol, const char *propertyName) |
| NXOpen::Fields::ScalarFieldWrapper * | GetScalarFieldWrapperByIndex (int iRow, int iCol, const NXString &propertyName) |
| NXOpen::Fields::ScalarFieldWrapper * | GetScalarFieldWrapperPropertyValue (const char *propertyName) |
| NXOpen::Fields::ScalarFieldWrapper * | GetScalarFieldWrapperPropertyValue (const NXString &propertyName) |
| NXOpen::Expression * | GetScalarPropertyValue (const char *propertyName) |
| NXOpen::Expression * | GetScalarPropertyValue (const NXString &propertyName) |
| NXOpen::ScalarTableValue * | GetScalarTablePropertyValue (const char *propertyName) |
| NXOpen::ScalarTableValue * | GetScalarTablePropertyValue (const NXString &propertyName) |
| NXString | GetStringPropertyValue (const char *propertyName) |
| NXString | GetStringPropertyValue (const NXString &propertyName) |
| void | SetBaseScalarFieldPropertyValue (const char *propertyName, NXOpen::Fields::FieldExpression *propertyValue) |
| void | SetBaseScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue) |
| void | SetBaseScalarWithDataPropertyValue (const char *propertyName, const char *propertyValue, NXOpen::Unit *unitType) |
| void | SetBaseScalarWithDataPropertyValue (const char *propertyName, double propertyValue, NXOpen::Unit *unitType) |
| void | SetBaseScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType) |
| void | SetBaseScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType) |
| void | SetBooleanPropertyValue (const char *propertyName, bool propertyValue) |
| void | SetBooleanPropertyValue (const NXString &propertyName, bool propertyValue) |
| void | SetComplexScalarFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ComplexScalarFieldWrapper *propertyValue) |
| void | SetComplexScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ComplexScalarFieldWrapper *propertyValue) |
| void | SetComplexVectorFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ComplexVectorFieldWrapper *propertyValue) |
| void | SetComplexVectorFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ComplexVectorFieldWrapper *propertyValue) |
| void | SetCoordinateSystemPropertyValue (const char *propertyName, NXOpen::CoordinateSystem *propertyValue) |
| void | SetCoordinateSystemPropertyValue (const NXString &propertyName, NXOpen::CoordinateSystem *propertyValue) |
| void | SetDoublePropertyValue (const char *propertyName, double propertyValue) |
| void | SetDoublePropertyValue (const NXString &propertyName, double propertyValue) |
| void | SetFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::FieldWrapper *propertyValue) |
| void | SetFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldWrapper *propertyValue) |
| void | SetFileReferencePropertyValue (const char *propertyName, const char *propertyValue) |
| void | SetFileReferencePropertyValue (const NXString &propertyName, const NXString &propertyValue) |
| void | SetIntegerArrayPropertyValue (const char *propertyName, const std::vector< int > &propertyValue) |
| void | SetIntegerArrayPropertyValue (const NXString &propertyName, const std::vector< int > &propertyValue) |
| void | SetIntegerExpressionPropertyValue (const char *propertyName, int propertyValue) |
| void | SetIntegerExpressionPropertyValue (const NXString &propertyName, int propertyValue) |
| void | SetIntegerPropertyValue (const char *propertyName, int propertyValue) |
| void | SetIntegerPropertyValue (const NXString &propertyName, int propertyValue) |
| void | SetMaterialArrayPropertyValue (const char *propertyName, const std::vector< NXOpen::PhysicalMaterial * > &material) |
| void | SetMaterialArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::PhysicalMaterial * > &material) |
| void | SetMaterialPropertyValue (const char *propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material) |
| void | SetMaterialPropertyValue (const NXString &propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material) |
| void | SetMatrixPropertyValue (const char *propertyName, NXOpen::ScalarMatrixValue *matrix) |
| void | SetMatrixPropertyValue (const NXString &propertyName, NXOpen::ScalarMatrixValue *matrix) |
| void | SetScalarArrayPropertyValue (const char *propertyName, const std::vector< double > &propertyValue) |
| void | SetScalarArrayPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue) |
| void | SetScalarArrayWithUnitsPropertyValue (const char *propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType) |
| void | SetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType) |
| void | SetScalarFieldWrapperByIndex (int iRow, int iCol, const char *propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue) |
| void | SetScalarFieldWrapperByIndex (int iRow, int iCol, const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue) |
| void | SetScalarFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue) |
| void | SetScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue) |
| void | SetScalarPropertyValue (const char *propertyName, NXOpen::Expression *propertyValue) |
| void | SetScalarPropertyValue (const NXString &propertyName, NXOpen::Expression *propertyValue) |
| void | SetScalarTablePropertyValue (const char *propertyName, NXOpen::ScalarTableValue *table) |
| void | SetScalarTablePropertyValue (const NXString &propertyName, NXOpen::ScalarTableValue *table) |
| void | SetStringOnIntegerExpressionPropertyValue (const char *propertyName, const char *propertyValue) |
| void | SetStringOnIntegerExpressionPropertyValue (const NXString &propertyName, const NXString &propertyValue) |
| void | SetStringPropertyValue (const char *propertyName, const char *propertyValue) |
| void | SetStringPropertyValue (const NXString &propertyName, const NXString &propertyValue) |
| void | SetTablePropertyOverride (const char *propertyName) |
| void | SetTablePropertyOverride (const NXString &propertyName) |
| void | SetTablePropertyWithoutValue (const char *propertyName) |
| void | SetTablePropertyWithoutValue (const NXString &propertyName) |
| NXOpen::AttributeIterator * | CreateAttributeIterator () |
| 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::INXObject * | FindObject (const char *journalIdentifier) |
| virtual NXOpen::INXObject * | FindObject (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::AttributeInformation > | GetUserAttribute (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::AttributeInformation > | GetUserAttributes () |
| std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttributes (bool includeUnset) |
| std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttributes (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::Component * | OwningComponent () |
| virtual NXOpen::BasePart * | OwningPart () |
| virtual void | Print () |
| virtual NXOpen::INXObject * | Prototype () |
| 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) |
| tag_t | Tag () const |