NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::PropertyTable Class Reference

Represents a property table. More...

Inheritance diagram for NXOpen::CAE::PropertyTable:
NXOpen::BasePropertyTable NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

Public Types

enum  PropertyType {
  PropertyTypeUnknown, PropertyTypeString, PropertyTypeBoolean, PropertyTypeInteger,
  PropertyTypeDouble, PropertyTypeFieldWrapper, PropertyTypeScalarFieldWrapper, PropertyTypeCoordinateSystem,
  PropertyTypeDoubleArray, PropertyTypeIntegerArray, PropertyTypePhysicalMaterial, PropertyTypeMatrix,
  PropertyTypeScalarTable, PropertyTypeText = -1, PropertyTypeFieldExpression = -2, PropertyTypeVectorFieldWrapper = -3,
  PropertyTypeVector = -4, PropertyTypeReference = -5, PropertyTypePoint = -6, PropertyTypeDateTime = -7,
  PropertyTypeNamedPropertyTableArray = -8, PropertyTypeSetManager = -9, PropertyTypeNamedPropertyTable = -10, PropertyTypeAxis = -11,
  PropertyTypeCaeSection = -12, PropertyTypeSectionOrientation = -13, PropertyTypeSectionOffset = -14, PropertyTypeReferenceArray = -15,
  PropertyTypeStringArray = -16
}
 Property Types. More...
 
- Public Types inherited from NXOpen::BasePropertyTable
enum  BasePropertyType {
  BasePropertyTypeUnknown, BasePropertyTypeString, BasePropertyTypeBoolean, BasePropertyTypeInteger,
  BasePropertyTypeDouble, BasePropertyTypeFieldWrapper, BasePropertyTypeScalarFieldWrapper, BasePropertyTypeCoordinateSystem,
  BasePropertyTypeDoubleArray, BasePropertyTypeIntegerArray, BasePropertyTypePhysicalMaterial, BasePropertyTypeMatrix,
  BasePropertyTypeScalarTable, BasePropertyTypeScalarFieldTableWrapper, BasePropertyTypeComplexScalarFieldWrapper, BasePropertyTypeComplexVectorFieldWrapper
}
 Property Types. More...
 
- Public Types inherited from NXOpen::NXObject
enum  AttributeType {
  AttributeTypeInvalid, AttributeTypeNull, AttributeTypeBoolean, AttributeTypeInteger,
  AttributeTypeReal, AttributeTypeString, AttributeTypeTime, AttributeTypeReference,
  AttributeTypeAny = 100
}
 Specifies attribute type. More...
 
enum  DateAndTimeFormat { DateAndTimeFormatNumeric, DateAndTimeFormatTextual }
 Specifies the format of the date and time attribute. More...
 

Public Member Functions

void AddElementsToNamedPropertyTableArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Add elements to the referenced object array value of the property. More...
 
void AddElementsToNamedPropertyTableArrayPropertyValue (const char *propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Add elements to the referenced object array value of the property. More...
 
NXOpen::AxisGetAxisPropertyValue (const NXString &propertyName)
 Returns the axis NXOpen::Axis. More...
 
NXOpen::AxisGetAxisPropertyValue (const char *propertyName)
 Returns the axis NXOpen::Axis. More...
 
NXOpen::CAE::BeamSectionOptionsGetCaeSectionPropertyValue (const NXString &propertyName)
 Returns the beam section options NXOpen::CAE::BeamSectionOptions. More...
 
NXOpen::CAE::BeamSectionOptionsGetCaeSectionPropertyValue (const char *propertyName)
 Returns the beam section options NXOpen::CAE::BeamSectionOptions. More...
 
void GetDateTimePropertyValue (const NXString &propertyName, int *propertyYear, int *propertyMonth, int *propertyDay, int *propertyHour, int *propertyMin, int *propertySecond, int *propertyMsec)
 Returns the date time value of the property. More...
 
void GetDateTimePropertyValue (const char *propertyName, int *propertyYear, int *propertyMonth, int *propertyDay, int *propertyHour, int *propertyMin, int *propertySecond, int *propertyMsec)
 Returns the date time value of the property. More...
 
NXString GetExtMenuPropertyValue (const NXString &propertyName)
 Returns the ext menu value of the property. More...
 
NXString GetExtMenuPropertyValue (const char *propertyName)
 Returns the ext menu value of the property. More...
 
std::vector
< NXOpen::CAE::NamedPropertyTable * > 
GetNamedPropertyTableArrayPropertyValue (const NXString &propertyName)
 Returns the referenced array object value of the property. More...
 
std::vector
< NXOpen::CAE::NamedPropertyTable * > 
GetNamedPropertyTableArrayPropertyValue (const char *propertyName)
 Returns the referenced array object value of the property. More...
 
NXOpen::CAE::NamedPropertyTableGetNamedPropertyTablePropertyValue (const NXString &propertyName)
 Returns the referenced referenced named property table object value of the property. More...
 
NXOpen::CAE::NamedPropertyTableGetNamedPropertyTablePropertyValue (const char *propertyName)
 Returns the referenced referenced named property table object value of the property. More...
 
NXOpen::CAE::MaterialOptionsGetPhysicalMaterialPropertyValue (const NXString &propertyName)
 Returns the material options NXOpen::CAE::MaterialOptions. More...
 
NXOpen::CAE::MaterialOptionsGetPhysicalMaterialPropertyValue (const char *propertyName)
 Returns the material options NXOpen::CAE::MaterialOptions. More...
 
NXOpen::PointGetPointPropertyValue (const NXString &propertyName)
 Returns the point value of the property. More...
 
NXOpen::PointGetPointPropertyValue (const char *propertyName)
 Returns the point value of the property. More...
 
NXOpen::CAE::PropertyTable::PropertyType GetPropertyType (const NXString &propertyName)
 Returns the type of the property. More...
 
NXOpen::CAE::PropertyTable::PropertyType GetPropertyType (const char *propertyName)
 Returns the type of the property. More...
 
NXOpen::NXObjectGetReferencePropertyValue (const NXString &propertyName)
 Returns the referenced object value of the property. More...
 
NXOpen::NXObjectGetReferencePropertyValue (const char *propertyName)
 Returns the referenced object value of the property. More...
 
void GetReferencePropertyValueArray (const NXString &propertyName, std::vector< NXOpen::NXObject * > &propertyValues)
 Returns the array of referenced objects in the property value. More...
 
void GetReferencePropertyValueArray (const char *propertyName, std::vector< NXOpen::NXObject * > &propertyValues)
 Returns the array of referenced objects in the property value. More...
 
NXOpen::Fields::FieldExpressionGetScalarFieldPropertyValue (const NXString &propertyName)
 Returns the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
NXOpen::Fields::FieldExpressionGetScalarFieldPropertyValue (const char *propertyName)
 Returns the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void GetScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units. More...
 
void GetScalarWithDataPropertyValue (const char *propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units. More...
 
NXOpen::CAE::BeamSectionOffsetOptionsGetSectionOffsetPropertyValue (const NXString &propertyName)
 Returns the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions. More...
 
NXOpen::CAE::BeamSectionOffsetOptionsGetSectionOffsetPropertyValue (const char *propertyName)
 Returns the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions. More...
 
NXOpen::CAE::BeamSectionOrientationOptionsGetSectionOrientationPropertyValue (const NXString &propertyName)
 Returns the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions. More...
 
NXOpen::CAE::BeamSectionOrientationOptionsGetSectionOrientationPropertyValue (const char *propertyName)
 Returns the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions. More...
 
NXOpen::CAE::SetManagerGetSetManagerPropertyValue (const NXString &propertyName)
 Returns the referenced SetManager value of the property. More...
 
NXOpen::CAE::SetManagerGetSetManagerPropertyValue (const char *propertyName)
 Returns the referenced SetManager value of the property. More...
 
std::vector< NXStringGetStringArrayPropertyValue (const NXString &propertyName)
 Returns the string array value of the property. More...
 
std::vector< NXStringGetStringArrayPropertyValue (const char *propertyName)
 Returns the string array value of the property. More...
 
std::vector< NXStringGetStringArrayPropertyValueChoices (const NXString &propertyName)
 Returns the available choices given by the solver for the string array property. More...
 
std::vector< NXStringGetStringArrayPropertyValueChoices (const char *propertyName)
 Returns the available choices given by the solver for the string array property. More...
 
std::vector< NXStringGetTextPropertyValue (const NXString &propertyName)
 Returns the text value of the property. More...
 
std::vector< NXStringGetTextPropertyValue (const char *propertyName)
 Returns the text value of the property. More...
 
NXOpen::Fields::VectorFieldWrapperGetVectorFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the vector field wrapper NXOpen::Fields::VectorFieldWrapper. More...
 
NXOpen::Fields::VectorFieldWrapperGetVectorFieldWrapperPropertyValue (const char *propertyName)
 Returns the vector field wrapper NXOpen::Fields::VectorFieldWrapper. More...
 
NXOpen::DirectionGetVectorPropertyValue (const NXString &propertyName)
 Returns the direction NXOpen::Direction value of the property. More...
 
NXOpen::DirectionGetVectorPropertyValue (const char *propertyName)
 Returns the direction NXOpen::Direction value of the property. More...
 
void RemoveElementsFromNamedPropertyTableArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Remove elements from the referenced object array value of the property. More...
 
void RemoveElementsFromNamedPropertyTableArrayPropertyValue (const char *propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Remove elements from the referenced object array value of the property. More...
 
void SetAxisPropertyValue (const NXString &propertyName, NXOpen::Axis *propertyValue)
 Sets the axis NXOpen::Axis. More...
 
void SetAxisPropertyValue (const char *propertyName, NXOpen::Axis *propertyValue)
 Sets the axis NXOpen::Axis. More...
 
void SetCaeSectionPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOptions *beamSectionOptions)
 Sets the beam section options NXOpen::CAE::BeamSectionOptions. More...
 
void SetCaeSectionPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOptions *beamSectionOptions)
 Sets the beam section options NXOpen::CAE::BeamSectionOptions. More...
 
void SetDateTimePropertyValue (const NXString &propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
 Returns the date time value of the property. More...
 
void SetDateTimePropertyValue (const char *propertyName, int propertyYear, int propertyMonth, int propertyDay, int propertyHour, int propertyMin, int propertySecond, int propertyMsec)
 Returns the date time value of the property. More...
 
void SetExtMenuPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the ext menu value of the property. More...
 
void SetExtMenuPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the ext menu value of the property. More...
 
void SetNamedPropertyTableArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Sets the referenced object array value of the property. More...
 
void SetNamedPropertyTableArrayPropertyValue (const char *propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Sets the referenced object array value of the property. More...
 
void SetNamedPropertyTablePropertyValue (const NXString &propertyName, NXOpen::CAE::NamedPropertyTable *namedPropertyTable)
 Sets the referenced named property table object value of the property. More...
 
void SetNamedPropertyTablePropertyValue (const char *propertyName, NXOpen::CAE::NamedPropertyTable *namedPropertyTable)
 Sets the referenced named property table object value of the property. More...
 
void SetPhysicalMaterialPropertyValue (const NXString &propertyName, NXOpen::CAE::MaterialOptions *materialOptions)
 Sets the material options NXOpen::CAE::MaterialOptions. More...
 
void SetPhysicalMaterialPropertyValue (const char *propertyName, NXOpen::CAE::MaterialOptions *materialOptions)
 Sets the material options NXOpen::CAE::MaterialOptions. More...
 
void SetPointPropertyValue (const NXString &propertyName, NXOpen::Point *propertyValue)
 Sets the point value of the property. More...
 
void SetPointPropertyValue (const char *propertyName, NXOpen::Point *propertyValue)
 Sets the point value of the property. More...
 
void SetReferencePropertyValue (const NXString &propertyName, NXOpen::NXObject *propertyValue)
 Sets the referenced object value of the property. More...
 
void SetReferencePropertyValue (const char *propertyName, NXOpen::NXObject *propertyValue)
 Sets the referenced object value of the property. More...
 
void SetReferencePropertyValueArray (const NXString &propertyName, const std::vector< NXOpen::NXObject * > &propertyValues)
 Sets the array of referenced objects in the property value. More...
 
void SetReferencePropertyValueArray (const char *propertyName, const std::vector< NXOpen::NXObject * > &propertyValues)
 Sets the array of referenced objects in the property value. More...
 
void SetScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void SetScalarFieldPropertyValue (const char *propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void SetScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
void SetScalarWithDataPropertyValue (const char *propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
void SetScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units. More...
 
void SetScalarWithDataPropertyValue (const char *propertyName, const char *propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units. More...
 
void SetSectionOffsetPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOffsetOptions *beamSectionOptions)
 Sets the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions. More...
 
void SetSectionOffsetPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOffsetOptions *beamSectionOptions)
 Sets the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions. More...
 
void SetSectionOrientationPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOrientationOptions *beamSectionOptions)
 Sets the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions. More...
 
void SetSectionOrientationPropertyValue (const char *propertyName, NXOpen::CAE::BeamSectionOrientationOptions *beamSectionOptions)
 Sets the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions. More...
 
void SetStringArrayPropertyValue (const NXString &propertyName, std::vector< NXString > &propertyValue)
 Sets the string array value of the property. More...
 
void SetStringArrayPropertyValue (const char *propertyName, std::vector< NXString > &propertyValue)
 Sets the string array value of the property. More...
 
void SetTextPropertyValue (const NXString &propertyName, std::vector< NXString > &propertyValue)
 Sets the text value of the property. More...
 
void SetTextPropertyValue (const char *propertyName, std::vector< NXString > &propertyValue)
 Sets the text value of the property. More...
 
void SetVectorFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::VectorFieldWrapper *propertyValue)
 Sets the vector field wrapper NXOpen::Fields::VectorFieldWrapper. More...
 
void SetVectorFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::VectorFieldWrapper *propertyValue)
 Sets the vector field wrapper NXOpen::Fields::VectorFieldWrapper. More...
 
void SetVectorPropertyValue (const NXString &propertyName, NXOpen::Direction *propertyValue)
 Sets the direction NXOpen::Direction value of the property. More...
 
void SetVectorPropertyValue (const char *propertyName, NXOpen::Direction *propertyValue)
 Sets the direction NXOpen::Direction value of the property. More...
 
- Public Member Functions inherited from NXOpen::BasePropertyTable
void AddRowScalarFieldTable (const NXString &propertyName)
 Add row operation for scalar field table
Created in NX11.0.0. More...
 
void AddRowScalarFieldTable (const char *propertyName)
 Add row operation for scalar field table
Created in NX11.0.0. More...
 
void ClearTablePropertyOverride (const NXString &propertyName)
 Clear property override flag. More...
 
void ClearTablePropertyOverride (const char *propertyName)
 Clear property override flag. More...
 
void CopyProperties (NXOpen::BasePropertyTable *sourceTable)
 Copies the values from the input table into this table, the table descriptor neutral names must match
Created in NX9.0.0. More...
 
void CopyProperty (const NXString &propertyName, NXOpen::BasePropertyTable *sourcePropertyTable)
 Copy the value of one property from the source table into this table
Created in NX10.0.0. More...
 
void CopyProperty (const char *propertyName, NXOpen::BasePropertyTable *sourcePropertyTable)
 Copy the value of one property from the source table into this table
Created in NX10.0.0. More...
 
void DeleteRowScalarFieldTable (const NXString &propertyName)
 Delete row operation for scalar field table
Created in NX11.0.0. More...
 
void DeleteRowScalarFieldTable (const char *propertyName)
 Delete row operation for scalar field table
Created in NX11.0.0. More...
 
NXString DescriptorNeutralName ()
 Returns the neutral name of the property table's descriptor
Created in NX8.5.0. More...
 
NXString DescriptorSpecificName ()
 Returns the language specific name of the property table's descriptor
Created in NX8.5.0. More...
 
NXOpen::BasePropertyTable::BasePropertyType GetBasePropertyType (const NXString &propertyName)
 Returns the type of the property. More...
 
NXOpen::BasePropertyTable::BasePropertyType GetBasePropertyType (const char *propertyName)
 Returns the type of the property. More...
 
NXOpen::Fields::FieldExpressionGetBaseScalarFieldPropertyValue (const NXString &propertyName)
 Returns the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
NXOpen::Fields::FieldExpressionGetBaseScalarFieldPropertyValue (const char *propertyName)
 Returns the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void GetBaseScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units. More...
 
void GetBaseScalarWithDataPropertyValue (const char *propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units. More...
 
bool GetBooleanPropertyValue (const NXString &propertyName)
 Returns the boolean value of the property. More...
 
bool GetBooleanPropertyValue (const char *propertyName)
 Returns the boolean value of the property. More...
 
NXOpen::Fields::ComplexScalarFieldWrapperGetComplexScalarFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the complex scalar field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
NXOpen::Fields::ComplexScalarFieldWrapperGetComplexScalarFieldWrapperPropertyValue (const char *propertyName)
 Returns the complex scalar field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
NXOpen::Fields::ComplexVectorFieldWrapperGetComplexVectorFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the complex vector field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
NXOpen::Fields::ComplexVectorFieldWrapperGetComplexVectorFieldWrapperPropertyValue (const char *propertyName)
 Returns the complex vector field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
NXOpen::CoordinateSystemGetCoordinateSystemPropertyValue (const NXString &propertyName)
 Returns the coordinate system NXOpen::CoordinateSystem. More...
 
NXOpen::CoordinateSystemGetCoordinateSystemPropertyValue (const char *propertyName)
 Returns the coordinate system NXOpen::CoordinateSystem. More...
 
double GetDoublePropertyValue (const NXString &propertyName)
 Returns the double value of the property. More...
 
double GetDoublePropertyValue (const char *propertyName)
 Returns the double value of the property. More...
 
NXOpen::Fields::FieldWrapperGetFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the field wrapper NXOpen::Fields::FieldWrapper. More...
 
NXOpen::Fields::FieldWrapperGetFieldWrapperPropertyValue (const char *propertyName)
 Returns the field wrapper NXOpen::Fields::FieldWrapper. More...
 
NXString GetFileReferencePropertyValue (const NXString &propertyName)
 Returns the file reference value of the property. More...
 
NXString GetFileReferencePropertyValue (const char *propertyName)
 Returns the file reference value of the property. More...
 
std::vector< int > GetIntegerArrayPropertyValue (const NXString &propertyName)
 Returns the integer array value of the property. More...
 
std::vector< int > GetIntegerArrayPropertyValue (const char *propertyName)
 Returns the integer array value of the property. More...
 
int GetIntegerPropertyValue (const NXString &propertyName)
 Returns the integer value of the property. More...
 
int GetIntegerPropertyValue (const char *propertyName)
 Returns the integer value of the property. More...
 
void GetMaterialPropertyValue (const NXString &propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material)
 Gets the material value. More...
 
void GetMaterialPropertyValue (const char *propertyName, bool *materialInherited, NXOpen::PhysicalMaterial **material)
 Gets the material value. More...
 
NXOpen::ScalarMatrixValueGetMatrixPropertyValue (const NXString &propertyName)
 Returns a matrix cell value from the matrix value of the property. More...
 
NXOpen::ScalarMatrixValueGetMatrixPropertyValue (const char *propertyName)
 Returns a matrix cell value from the matrix value of the property. More...
 
int GetPropertyCount ()
 The count of properties in the table. More...
 
NXString GetPropertyNameByIndex (int index)
 Returns the name of the property. More...
 
std::vector< double > GetScalarArrayPropertyValue (const NXString &propertyName)
 Returns the scalar array value of the property. More...
 
std::vector< double > GetScalarArrayPropertyValue (const char *propertyName)
 Returns the scalar array value of the property. More...
 
void GetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType)
 Returns the scalar array and unit value of the property. More...
 
void GetScalarArrayWithUnitsPropertyValue (const char *propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType)
 Returns the scalar array and unit value of the property. More...
 
void GetScalarFieldTableRowCol (const NXString &propertyName, int *nRows, int *nCols)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
void GetScalarFieldTableRowCol (const char *propertyName, int *nRows, int *nCols)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperByIndex (int iRow, int iCol, const NXString &propertyName)
 Returns the scalar field wrapper NXOpen::Fields::FieldWrapper. More...
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperByIndex (int iRow, int iCol, const char *propertyName)
 Returns the scalar field wrapper NXOpen::Fields::FieldWrapper. More...
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperPropertyValue (const char *propertyName)
 Returns the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
NXOpen::ExpressionGetScalarPropertyValue (const NXString &propertyName)
 Returns the expression NXOpen::Expression value of the property Use NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen::Expression is not needed. More...
 
NXOpen::ExpressionGetScalarPropertyValue (const char *propertyName)
 Returns the expression NXOpen::Expression value of the property Use NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen::Expression is not needed. More...
 
NXOpen::ScalarTableValueGetScalarTablePropertyValue (const NXString &propertyName)
 Returns a scalar table value value from the scalar table value of the property. More...
 
NXOpen::ScalarTableValueGetScalarTablePropertyValue (const char *propertyName)
 Returns a scalar table value value from the scalar table value of the property. More...
 
NXString GetStringPropertyValue (const NXString &propertyName)
 Returns the string value of the property. More...
 
NXString GetStringPropertyValue (const char *propertyName)
 Returns the string value of the property. More...
 
void SetBaseScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void SetBaseScalarFieldPropertyValue (const char *propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression NXOpen::Fields::FieldExpression value of the property. More...
 
void SetBaseScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
void SetBaseScalarWithDataPropertyValue (const char *propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units. More...
 
void SetBaseScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units. More...
 
void SetBaseScalarWithDataPropertyValue (const char *propertyName, const char *propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units. More...
 
void SetBooleanPropertyValue (const NXString &propertyName, bool propertyValue)
 Sets the boolean value of the property. More...
 
void SetBooleanPropertyValue (const char *propertyName, bool propertyValue)
 Sets the boolean value of the property. More...
 
void SetComplexScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ComplexScalarFieldWrapper *propertyValue)
 Sets the complex scalar field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
void SetComplexScalarFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ComplexScalarFieldWrapper *propertyValue)
 Sets the complex scalar field wrapper NXOpen::Fields::ComplexScalarFieldWrapper. More...
 
void SetComplexVectorFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ComplexVectorFieldWrapper *propertyValue)
 Sets the complex vector field wrapper NXOpen::Fields::ComplexVectorFieldWrapper. More...
 
void SetComplexVectorFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ComplexVectorFieldWrapper *propertyValue)
 Sets the complex vector field wrapper NXOpen::Fields::ComplexVectorFieldWrapper. More...
 
void SetCoordinateSystemPropertyValue (const NXString &propertyName, NXOpen::CoordinateSystem *propertyValue)
 Sets the coordinate system NXOpen::CoordinateSystem. More...
 
void SetCoordinateSystemPropertyValue (const char *propertyName, NXOpen::CoordinateSystem *propertyValue)
 Sets the coordinate system NXOpen::CoordinateSystem. More...
 
void SetDoublePropertyValue (const NXString &propertyName, double propertyValue)
 Sets the double value of the property. More...
 
void SetDoublePropertyValue (const char *propertyName, double propertyValue)
 Sets the double value of the property. More...
 
void SetFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldWrapper *propertyValue)
 Sets the field wrapper NXOpen::Fields::FieldWrapper. More...
 
void SetFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::FieldWrapper *propertyValue)
 Sets the field wrapper NXOpen::Fields::FieldWrapper. More...
 
void SetFileReferencePropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the file reference value of the property. More...
 
void SetFileReferencePropertyValue (const char *propertyName, const char *propertyValue)
 Sets the file reference value of the property. More...
 
void SetIntegerArrayPropertyValue (const NXString &propertyName, const std::vector< int > &propertyValue)
 Sets the integer array value of the property. More...
 
void SetIntegerArrayPropertyValue (const char *propertyName, const std::vector< int > &propertyValue)
 Sets the integer array value of the property. More...
 
void SetIntegerPropertyValue (const NXString &propertyName, int propertyValue)
 Sets the integer value of the property. More...
 
void SetIntegerPropertyValue (const char *propertyName, int propertyValue)
 Sets the integer value of the property. More...
 
void SetMaterialPropertyValue (const NXString &propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material)
 Sets the material value. More...
 
void SetMaterialPropertyValue (const char *propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material)
 Sets the material value. More...
 
void SetMatrixPropertyValue (const NXString &propertyName, NXOpen::ScalarMatrixValue *matrix)
 Set a matrix cell value from the matrix value of the property. More...
 
void SetMatrixPropertyValue (const char *propertyName, NXOpen::ScalarMatrixValue *matrix)
 Set a matrix cell value from the matrix value of the property. More...
 
void SetScalarArrayPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue)
 Sets the scalar array value of the property. More...
 
void SetScalarArrayPropertyValue (const char *propertyName, const std::vector< double > &propertyValue)
 Sets the scalar array value of the property. More...
 
void SetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType)
 Sets the scalar array and unit value of the property. More...
 
void SetScalarArrayWithUnitsPropertyValue (const char *propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType)
 Sets the scalar array and unit value of the property. More...
 
void SetScalarFieldWrapperByIndex (int iRow, int iCol, const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
void SetScalarFieldWrapperByIndex (int iRow, int iCol, const char *propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
void SetScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
void SetScalarFieldWrapperPropertyValue (const char *propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper NXOpen::Fields::ScalarFieldWrapper. More...
 
void SetScalarPropertyValue (const NXString &propertyName, NXOpen::Expression *propertyValue)
 Sets the expression NXOpen::Expression value of the property Use NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen::Expression is not needed. More...
 
void SetScalarPropertyValue (const char *propertyName, NXOpen::Expression *propertyValue)
 Sets the expression NXOpen::Expression value of the property Use NXOpen::BasePropertyTable::SetBaseScalarWithDataPropertyValue for a constant value when an expression NXOpen::Expression is not needed. More...
 
void SetScalarTablePropertyValue (const NXString &propertyName, NXOpen::ScalarTableValue *table)
 Set a scalar table value from the scalar table value of the property. More...
 
void SetScalarTablePropertyValue (const char *propertyName, NXOpen::ScalarTableValue *table)
 Set a scalar table value from the scalar table value of the property. More...
 
void SetStringPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the string value of the property. More...
 
void SetStringPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the string value of the property. More...
 
void SetTablePropertyOverride (const NXString &propertyName)
 Set property override flag. More...
 
void SetTablePropertyOverride (const char *propertyName)
 Set property override flag. More...
 
void SetTablePropertyWithoutValue (const NXString &propertyName)
 Unset a property. More...
 
void SetTablePropertyWithoutValue (const char *propertyName)
 Unset a property. More...
 
- Public Member Functions inherited from NXOpen::NXObject
NXOpen::AttributeIteratorCreateAttributeIterator ()
 Create an attribute iterator. More...
 
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type)
 Deletes all attributes of a specific type. More...
 
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title)
 Deletes an attribute by type and title. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title)
 Deletes an attribute by type and title. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
void DeleteUserAttributes (NXOpen::AttributeIterator *iterator, NXOpen::Update::Option option)
 Deletes the attributes on the object, if any, that satisfy the given iterator
Created in NX8.0.0. More...
 
void DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetAttributeTitlesByType (NXOpen::NXObject::AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
bool GetBooleanUserAttribute (const NXString &title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
bool GetBooleanUserAttribute (const char *title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index. More...
 
int GetIntegerAttribute (const NXString &title)
 Gets an integer attribute by title. More...
 
int GetIntegerAttribute (const char *title)
 Gets an integer attribute by title. More...
 
int GetIntegerUserAttribute (const NXString &title, int index)
 Gets an integer attribute by Title and array Index. More...
 
int GetIntegerUserAttribute (const char *title, int index)
 Gets an integer attribute by Title and array Index. More...
 
bool GetNextUserAttribute (NXOpen::AttributeIterator *iterator, NXOpen::NXObject::AttributeInformation *info)
 Gets the next attribute encountered on the object, if any, that satisfies the given iterator. More...
 
NXString GetPdmReferenceAttributeValue (const NXString &attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
NXString GetPdmReferenceAttributeValue (const char *attributeTitle)
 Gets the value of PDM Reference attribute for given object. More...
 
double GetRealAttribute (const NXString &title)
 Gets a real attribute by title. More...
 
double GetRealAttribute (const char *title)
 Gets a real attribute by title. More...
 
double GetRealUserAttribute (const NXString &title, int index)
 Gets a real attribute by Title and array Index. More...
 
double GetRealUserAttribute (const char *title, int index)
 Gets a real attribute by Title and array Index. More...
 
NXString GetReferenceAttribute (const NXString &title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
NXString GetReferenceAttribute (const char *title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
NXString GetStringAttribute (const NXString &title)
 Gets a string attribute value by title. More...
 
NXString GetStringAttribute (const char *title)
 Gets a string attribute value by title. More...
 
NXString GetStringUserAttribute (const NXString &title, int index)
 Gets a string attribute by Title and array Index. More...
 
NXString GetStringUserAttribute (const char *title, int index)
 Gets a string attribute by Title and array Index. More...
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const NXString &title)
 Gets a time attribute by title. More...
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title)
 Gets a time attribute by title. More...
 
NXString GetTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXString GetTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttribute (const NXString &title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttribute (const char *title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
NXString GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
NXString GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
int GetUserAttributeCount (NXOpen::AttributeIterator *iterator)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
int GetUserAttributeCount (NXOpen::AttributeIterator *iterator, bool countArrayAsOneAttribute)
 Gets the count of set attributes on the object, if any, that satisfy the given iterator. More...
 
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
bool GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute. More...
 
bool GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (NXOpen::AttributeIterator *iterator)
 Gets all the attributes that have been set on the given object, if any, that satisfy the given iterator. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
std::vector< NXStringGetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
int GetUserAttributeSize (const NXString &title, NXOpen::NXObject::AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
int GetUserAttributeSize (const char *title, NXOpen::NXObject::AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
std::vector< NXOpen::NXObject * > GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
bool HasUserAttribute (NXOpen::AttributeIterator *iterator)
 Determines if an attribute exists on the object, that satisfies the given iterator. More...
 
bool HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
bool HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual NXString Name ()
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence. More...
 
void SetAttribute (const NXString &title, int value)
 Creates or modifies an integer attribute. More...
 
void SetAttribute (const char *title, int value)
 Creates or modifies an integer attribute. More...
 
void SetAttribute (const NXString &title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetAttribute (const char *title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title, double value)
 Creates or modifies a real attribute. More...
 
void SetAttribute (const char *title, double value)
 Creates or modifies a real attribute. More...
 
void SetAttribute (const NXString &title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetAttribute (const char *title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute. More...
 
void SetAttribute (const char *title, const char *value)
 Creates or modifies a string attribute. More...
 
void SetAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
void SetAttribute (const char *title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
void SetAttribute (const NXString &title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetAttribute (const char *title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
void SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
virtual void SetName (const NXString &name)
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)
 Sets the custom name of the object. More...
 
void SetPdmReferenceAttribute (const NXString &attributeTitle, const NXString &attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
void SetPdmReferenceAttribute (const char *attributeTitle, const char *attributeValue)
 Sets the value of PDM Reference attribute on the object. More...
 
void SetReferenceAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute which uses a reference string. More...
 
void SetReferenceAttribute (const char *title, const char *value)
 Creates or modifies a string attribute which uses a reference string. More...
 
void SetReferenceAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
void SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
void SetTimeAttribute (const NXString &title, const NXString &value)
 Creates or modifies a time attribute. More...
 
void SetTimeAttribute (const char *title, const char *value)
 Creates or modifies a time attribute. More...
 
void SetTimeAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute. More...
 
void SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a property table.


This is a sub object

Created in NX4.0.0.

Member Enumeration Documentation

Property Types.

Enumerator
PropertyTypeUnknown 

BASE_PROPERTY_TABLE_property_type_unknown.

PropertyTypeString 

BASE_PROPERTY_TABLE_property_type_string.

PropertyTypeBoolean 

BASE_PROPERTY_TABLE_property_type_boolean.

PropertyTypeInteger 

BASE_PROPERTY_TABLE_property_type_integer.

PropertyTypeDouble 

BASE_PROPERTY_TABLE_property_type_double.

PropertyTypeFieldWrapper 

BASE_PROPERTY_TABLE_property_type_field_wrapper.

PropertyTypeScalarFieldWrapper 

BASE_PROPERTY_TABLE_property_type_scalar_field_wrapper.

PropertyTypeCoordinateSystem 

BASE_PROPERTY_TABLE_property_type_coordinate_system.

PropertyTypeDoubleArray 

BASE_PROPERTY_TABLE_property_type_double_array.

PropertyTypeIntegerArray 

BASE_PROPERTY_TABLE_property_type_integer_array.

PropertyTypePhysicalMaterial 

BASE_PROPERTY_TABLE_property_type_physical_material.

PropertyTypeMatrix 

BASE_PROPERTY_TABLE_property_type_matrix.

PropertyTypeScalarTable 

BASE_PROPERTY_TABLE_property_type_scalar_table.

PropertyTypeText 

text

PropertyTypeFieldExpression 

field expression

PropertyTypeVectorFieldWrapper 

vector field wrapper

PropertyTypeVector 

vector

PropertyTypeReference 

reference

PropertyTypePoint 

point

PropertyTypeDateTime 

date time

PropertyTypeNamedPropertyTableArray 

named property table array

PropertyTypeSetManager 

set manager

PropertyTypeNamedPropertyTable 

named property table

PropertyTypeAxis 

axis

PropertyTypeCaeSection 

cae section

PropertyTypeSectionOrientation 

section orientation

PropertyTypeSectionOffset 

section offset

PropertyTypeReferenceArray 

reference array

PropertyTypeStringArray 

string array

Member Function Documentation

void NXOpen::CAE::PropertyTable::AddElementsToNamedPropertyTableArrayPropertyValue ( const NXString propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Add elements to the referenced object array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueelements to be added
void NXOpen::CAE::PropertyTable::AddElementsToNamedPropertyTableArrayPropertyValue ( const char *  propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Add elements to the referenced object array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueelements to be added
NXOpen::Axis* NXOpen::CAE::PropertyTable::GetAxisPropertyValue ( const NXString propertyName)

Returns the axis NXOpen::Axis.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Axis* NXOpen::CAE::PropertyTable::GetAxisPropertyValue ( const char *  propertyName)

Returns the axis NXOpen::Axis.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::BeamSectionOptions* NXOpen::CAE::PropertyTable::GetCaeSectionPropertyValue ( const NXString propertyName)

Returns the beam section options NXOpen::CAE::BeamSectionOptions.

Returns
beam section options
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNamename of the property
NXOpen::CAE::BeamSectionOptions* NXOpen::CAE::PropertyTable::GetCaeSectionPropertyValue ( const char *  propertyName)

Returns the beam section options NXOpen::CAE::BeamSectionOptions.

Returns
beam section options
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNamename of the property
void NXOpen::CAE::PropertyTable::GetDateTimePropertyValue ( const NXString propertyName,
int *  propertyYear,
int *  propertyMonth,
int *  propertyDay,
int *  propertyHour,
int *  propertyMin,
int *  propertySecond,
int *  propertyMsec 
)

Returns the date time value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::GetDateTimePropertyValue ( const char *  propertyName,
int *  propertyYear,
int *  propertyMonth,
int *  propertyDay,
int *  propertyHour,
int *  propertyMin,
int *  propertySecond,
int *  propertyMsec 
)

Returns the date time value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
NXString NXOpen::CAE::PropertyTable::GetExtMenuPropertyValue ( const NXString propertyName)

Returns the ext menu value of the property.

Returns
value of the property
Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNamename of the property
NXString NXOpen::CAE::PropertyTable::GetExtMenuPropertyValue ( const char *  propertyName)

Returns the ext menu value of the property.

Returns
value of the property
Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
propertyNamename of the property
std::vector<NXOpen::CAE::NamedPropertyTable *> NXOpen::CAE::PropertyTable::GetNamedPropertyTableArrayPropertyValue ( const NXString propertyName)

Returns the referenced array object value of the property.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
std::vector<NXOpen::CAE::NamedPropertyTable *> NXOpen::CAE::PropertyTable::GetNamedPropertyTableArrayPropertyValue ( const char *  propertyName)

Returns the referenced array object value of the property.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::NamedPropertyTable* NXOpen::CAE::PropertyTable::GetNamedPropertyTablePropertyValue ( const NXString propertyName)

Returns the referenced referenced named property table object value of the property.

Returns
Value of Named Proeprty Table Reference
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::NamedPropertyTable* NXOpen::CAE::PropertyTable::GetNamedPropertyTablePropertyValue ( const char *  propertyName)

Returns the referenced referenced named property table object value of the property.

Returns
Value of Named Proeprty Table Reference
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::MaterialOptions* NXOpen::CAE::PropertyTable::GetPhysicalMaterialPropertyValue ( const NXString propertyName)

Returns the material options NXOpen::CAE::MaterialOptions.

Returns
material options
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::MaterialOptions* NXOpen::CAE::PropertyTable::GetPhysicalMaterialPropertyValue ( const char *  propertyName)

Returns the material options NXOpen::CAE::MaterialOptions.

Returns
material options
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Point* NXOpen::CAE::PropertyTable::GetPointPropertyValue ( const NXString propertyName)

Returns the point value of the property.

Returns
value of the property
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Point* NXOpen::CAE::PropertyTable::GetPointPropertyValue ( const char *  propertyName)

Returns the point value of the property.

Returns
value of the property
Created in NX5.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::PropertyTable::PropertyType NXOpen::CAE::PropertyTable::GetPropertyType ( const NXString propertyName)

Returns the type of the property.

Returns
type of the property
Created in NX7.5.2.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::PropertyTable::PropertyType NXOpen::CAE::PropertyTable::GetPropertyType ( const char *  propertyName)

Returns the type of the property.

Returns
type of the property
Created in NX7.5.2.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::NXObject* NXOpen::CAE::PropertyTable::GetReferencePropertyValue ( const NXString propertyName)

Returns the referenced object value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::NXObject* NXOpen::CAE::PropertyTable::GetReferencePropertyValue ( const char *  propertyName)

Returns the referenced object value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
void NXOpen::CAE::PropertyTable::GetReferencePropertyValueArray ( const NXString propertyName,
std::vector< NXOpen::NXObject * > &  propertyValues 
)

Returns the array of referenced objects in the property value.


Created in NX11.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuesarray of values of the property The objects passed in can be of the following types NXOpen::CAE::CaeGroup
void NXOpen::CAE::PropertyTable::GetReferencePropertyValueArray ( const char *  propertyName,
std::vector< NXOpen::NXObject * > &  propertyValues 
)

Returns the array of referenced objects in the property value.


Created in NX11.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuesarray of values of the property The objects passed in can be of the following types NXOpen::CAE::CaeGroup
NXOpen::Fields::FieldExpression* NXOpen::CAE::PropertyTable::GetScalarFieldPropertyValue ( const NXString propertyName)

Returns the field expression NXOpen::Fields::FieldExpression value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Fields::FieldExpression* NXOpen::CAE::PropertyTable::GetScalarFieldPropertyValue ( const char *  propertyName)

Returns the field expression NXOpen::Fields::FieldExpression value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
void NXOpen::CAE::PropertyTable::GetScalarWithDataPropertyValue ( const NXString propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the Scalar
propertyValueThe current double value of the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::CAE::PropertyTable::GetScalarWithDataPropertyValue ( const char *  propertyName,
double *  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the double value of the property with units.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the Scalar
propertyValueThe current double value of the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
NXOpen::CAE::BeamSectionOffsetOptions* NXOpen::CAE::PropertyTable::GetSectionOffsetPropertyValue ( const NXString propertyName)

Returns the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions.

Returns
section offset options
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::BeamSectionOffsetOptions* NXOpen::CAE::PropertyTable::GetSectionOffsetPropertyValue ( const char *  propertyName)

Returns the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions.

Returns
section offset options
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::BeamSectionOrientationOptions* NXOpen::CAE::PropertyTable::GetSectionOrientationPropertyValue ( const NXString propertyName)

Returns the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions.

Returns
section orientation options
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::BeamSectionOrientationOptions* NXOpen::CAE::PropertyTable::GetSectionOrientationPropertyValue ( const char *  propertyName)

Returns the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions.

Returns
section orientation options
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::SetManager* NXOpen::CAE::PropertyTable::GetSetManagerPropertyValue ( const NXString propertyName)

Returns the referenced SetManager value of the property.

Returns
Value of Set Manager Reference
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::CAE::SetManager* NXOpen::CAE::PropertyTable::GetSetManagerPropertyValue ( const char *  propertyName)

Returns the referenced SetManager value of the property.

Returns
Value of Set Manager Reference
Created in NX7.5.0.

License requirements : None
Parameters
propertyNamename of the property
std::vector<NXString> NXOpen::CAE::PropertyTable::GetStringArrayPropertyValue ( const NXString propertyName)

Returns the string array value of the property.

Returns
values of the property
Created in NX12.0.0.

License requirements : None
Parameters
propertyNamename of the property
std::vector<NXString> NXOpen::CAE::PropertyTable::GetStringArrayPropertyValue ( const char *  propertyName)

Returns the string array value of the property.

Returns
values of the property
Created in NX12.0.0.

License requirements : None
Parameters
propertyNamename of the property
std::vector<NXString> NXOpen::CAE::PropertyTable::GetStringArrayPropertyValueChoices ( const NXString propertyName)

Returns the available choices given by the solver for the string array property.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
propertyNameproperty name
std::vector<NXString> NXOpen::CAE::PropertyTable::GetStringArrayPropertyValueChoices ( const char *  propertyName)

Returns the available choices given by the solver for the string array property.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
propertyNameproperty name
std::vector<NXString> NXOpen::CAE::PropertyTable::GetTextPropertyValue ( const NXString propertyName)

Returns the text value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
std::vector<NXString> NXOpen::CAE::PropertyTable::GetTextPropertyValue ( const char *  propertyName)

Returns the text value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Fields::VectorFieldWrapper* NXOpen::CAE::PropertyTable::GetVectorFieldWrapperPropertyValue ( const NXString propertyName)

Returns the vector field wrapper NXOpen::Fields::VectorFieldWrapper.

Returns
value of the property
Created in NX6.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Fields::VectorFieldWrapper* NXOpen::CAE::PropertyTable::GetVectorFieldWrapperPropertyValue ( const char *  propertyName)

Returns the vector field wrapper NXOpen::Fields::VectorFieldWrapper.

Returns
value of the property
Created in NX6.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Direction* NXOpen::CAE::PropertyTable::GetVectorPropertyValue ( const NXString propertyName)

Returns the direction NXOpen::Direction value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
NXOpen::Direction* NXOpen::CAE::PropertyTable::GetVectorPropertyValue ( const char *  propertyName)

Returns the direction NXOpen::Direction value of the property.

Returns
value of the property
Created in NX4.0.0.

License requirements : None
Parameters
propertyNamename of the property
void NXOpen::CAE::PropertyTable::RemoveElementsFromNamedPropertyTableArrayPropertyValue ( const NXString propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Remove elements from the referenced object array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueelements to be removed
void NXOpen::CAE::PropertyTable::RemoveElementsFromNamedPropertyTableArrayPropertyValue ( const char *  propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Remove elements from the referenced object array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueelements to be removed
void NXOpen::CAE::PropertyTable::SetAxisPropertyValue ( const NXString propertyName,
NXOpen::Axis propertyValue 
)

Sets the axis NXOpen::Axis.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetAxisPropertyValue ( const char *  propertyName,
NXOpen::Axis propertyValue 
)

Sets the axis NXOpen::Axis.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetCaeSectionPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOptions beamSectionOptions 
)

Sets the beam section options NXOpen::CAE::BeamSectionOptions.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionsbeam section options
void NXOpen::CAE::PropertyTable::SetCaeSectionPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOptions beamSectionOptions 
)

Sets the beam section options NXOpen::CAE::BeamSectionOptions.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionsbeam section options
void NXOpen::CAE::PropertyTable::SetDateTimePropertyValue ( const NXString propertyName,
int  propertyYear,
int  propertyMonth,
int  propertyDay,
int  propertyHour,
int  propertyMin,
int  propertySecond,
int  propertyMsec 
)

Returns the date time value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::SetDateTimePropertyValue ( const char *  propertyName,
int  propertyYear,
int  propertyMonth,
int  propertyDay,
int  propertyHour,
int  propertyMin,
int  propertySecond,
int  propertyMsec 
)

Returns the date time value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyYearyear of the property
propertyMonthmonth of the property
propertyDayday of the property
propertyHourhour of the property
propertyMinminute of the property
propertySecondsecond of the property
propertyMsecmilisecond of the property
void NXOpen::CAE::PropertyTable::SetExtMenuPropertyValue ( const NXString propertyName,
const NXString propertyValue 
)

Sets the ext menu value of the property.


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetExtMenuPropertyValue ( const char *  propertyName,
const char *  propertyValue 
)

Sets the ext menu value of the property.


Created in NX8.0.1.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetNamedPropertyTableArrayPropertyValue ( const NXString propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Sets the referenced object array value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueproperty value
void NXOpen::CAE::PropertyTable::SetNamedPropertyTableArrayPropertyValue ( const char *  propertyName,
const std::vector< NXOpen::CAE::NamedPropertyTable * > &  propertyValue 
)

Sets the referenced object array value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueproperty value
void NXOpen::CAE::PropertyTable::SetNamedPropertyTablePropertyValue ( const NXString propertyName,
NXOpen::CAE::NamedPropertyTable namedPropertyTable 
)

Sets the referenced named property table object value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
namedPropertyTablevalue of the property The object passed in can be of the following types NXOpen::CAE::PhysicalPropertyTable NXOpen::CAE::Laminate
void NXOpen::CAE::PropertyTable::SetNamedPropertyTablePropertyValue ( const char *  propertyName,
NXOpen::CAE::NamedPropertyTable namedPropertyTable 
)

Sets the referenced named property table object value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
namedPropertyTablevalue of the property The object passed in can be of the following types NXOpen::CAE::PhysicalPropertyTable NXOpen::CAE::Laminate
void NXOpen::CAE::PropertyTable::SetPhysicalMaterialPropertyValue ( const NXString propertyName,
NXOpen::CAE::MaterialOptions materialOptions 
)

Sets the material options NXOpen::CAE::MaterialOptions.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
materialOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetPhysicalMaterialPropertyValue ( const char *  propertyName,
NXOpen::CAE::MaterialOptions materialOptions 
)

Sets the material options NXOpen::CAE::MaterialOptions.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
materialOptionsmaterial options
void NXOpen::CAE::PropertyTable::SetPointPropertyValue ( const NXString propertyName,
NXOpen::Point propertyValue 
)

Sets the point value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetPointPropertyValue ( const char *  propertyName,
NXOpen::Point propertyValue 
)

Sets the point value of the property.


Created in NX5.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetReferencePropertyValue ( const NXString propertyName,
NXOpen::NXObject propertyValue 
)

Sets the referenced object value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property The object passed in can be of the following types NXOpen::CAE::CaeGroup NXOpen::CAE::CAEVertex NXOpen::CAE::CAEEdge NXOpen::CAE::CAEFace NXOpen::CAE::CAEBody NXOpen::CAE::SimBC
void NXOpen::CAE::PropertyTable::SetReferencePropertyValue ( const char *  propertyName,
NXOpen::NXObject propertyValue 
)

Sets the referenced object value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property The object passed in can be of the following types NXOpen::CAE::CaeGroup NXOpen::CAE::CAEVertex NXOpen::CAE::CAEEdge NXOpen::CAE::CAEFace NXOpen::CAE::CAEBody NXOpen::CAE::SimBC
void NXOpen::CAE::PropertyTable::SetReferencePropertyValueArray ( const NXString propertyName,
const std::vector< NXOpen::NXObject * > &  propertyValues 
)

Sets the array of referenced objects in the property value.


Created in NX11.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuesarray of values of the property The objects passed in can be of the following types NXOpen::CAE::CaeGroup
void NXOpen::CAE::PropertyTable::SetReferencePropertyValueArray ( const char *  propertyName,
const std::vector< NXOpen::NXObject * > &  propertyValues 
)

Sets the array of referenced objects in the property value.


Created in NX11.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuesarray of values of the property The objects passed in can be of the following types NXOpen::CAE::CaeGroup
void NXOpen::CAE::PropertyTable::SetScalarFieldPropertyValue ( const NXString propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression NXOpen::Fields::FieldExpression value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetScalarFieldPropertyValue ( const char *  propertyName,
NXOpen::Fields::FieldExpression propertyValue 
)

Sets the field expression NXOpen::Fields::FieldExpression value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetScalarWithDataPropertyValue ( const NXString propertyName,
double  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a constant double value with units.

Use NXOpen::BasePropertyTable::SetScalarPropertyValue to enable Design Logic for this property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueThe double value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::CAE::PropertyTable::SetScalarWithDataPropertyValue ( const char *  propertyName,
double  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a constant double value with units.

Use NXOpen::BasePropertyTable::SetScalarPropertyValue to enable Design Logic for this property.


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueThe double value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::CAE::PropertyTable::SetScalarWithDataPropertyValue ( const NXString propertyName,
const NXString propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a string value with units.

When the string does not represent a constant number, then an expression is created. Once a property has an expression, subsequent set commands will retain the expression and edit the new string into it. The string must not be empty. To set this property to empty, use NXOpen::BasePropertyTable::SetTablePropertyWithoutValue .


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueThe string value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::CAE::PropertyTable::SetScalarWithDataPropertyValue ( const char *  propertyName,
const char *  propertyValue,
NXOpen::Unit unitType 
)

Sets the the Scalar property as a string value with units.

When the string does not represent a constant number, then an expression is created. Once a property has an expression, subsequent set commands will retain the expression and edit the new string into it. The string must not be empty. To set this property to empty, use NXOpen::BasePropertyTable::SetTablePropertyWithoutValue .


Created in NX7.5.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValueThe string value for the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units
void NXOpen::CAE::PropertyTable::SetSectionOffsetPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOffsetOptions beamSectionOptions 
)

Sets the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionssection offset options
void NXOpen::CAE::PropertyTable::SetSectionOffsetPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOffsetOptions beamSectionOptions 
)

Sets the beam section offset options NXOpen::CAE::BeamSectionOffsetOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionssection offset options
void NXOpen::CAE::PropertyTable::SetSectionOrientationPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOrientationOptions beamSectionOptions 
)

Sets the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionssection orientation options
void NXOpen::CAE::PropertyTable::SetSectionOrientationPropertyValue ( const char *  propertyName,
NXOpen::CAE::BeamSectionOrientationOptions beamSectionOptions 
)

Sets the beam section orientation options NXOpen::CAE::BeamSectionOrientationOptions.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
propertyNamename of the property
beamSectionOptionssection orientation options
void NXOpen::CAE::PropertyTable::SetStringArrayPropertyValue ( const NXString propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the string array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalues of the property
void NXOpen::CAE::PropertyTable::SetStringArrayPropertyValue ( const char *  propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the string array value of the property.


Created in NX12.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalues of the property
void NXOpen::CAE::PropertyTable::SetTextPropertyValue ( const NXString propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the text value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetTextPropertyValue ( const char *  propertyName,
std::vector< NXString > &  propertyValue 
)

Sets the text value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetVectorFieldWrapperPropertyValue ( const NXString propertyName,
NXOpen::Fields::VectorFieldWrapper propertyValue 
)

Sets the vector field wrapper NXOpen::Fields::VectorFieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetVectorFieldWrapperPropertyValue ( const char *  propertyName,
NXOpen::Fields::VectorFieldWrapper propertyValue 
)

Sets the vector field wrapper NXOpen::Fields::VectorFieldWrapper.


Created in NX6.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetVectorPropertyValue ( const NXString propertyName,
NXOpen::Direction propertyValue 
)

Sets the direction NXOpen::Direction value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetVectorPropertyValue ( const char *  propertyName,
NXOpen::Direction propertyValue 
)

Sets the direction NXOpen::Direction value of the property.


Created in NX4.0.0.

License requirements : None

Parameters
propertyNamename of the property
propertyValuevalue of the property

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.