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

Represents a property table. More...

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

List of all members.

Public Types

enum  PropertyType {
  PropertyTypeUnknown, PropertyTypeString, PropertyTypeText, PropertyTypeBoolean,
  PropertyTypeInteger, PropertyTypeDouble, PropertyTypeFieldExpression, PropertyTypeFieldWrapper,
  PropertyTypeScalarFieldWrapper, PropertyTypeVectorFieldWrapper, PropertyTypeVector, PropertyTypeCoordinateSystem,
  PropertyTypeReference, PropertyTypePoint, PropertyTypeDoubleArray, PropertyTypeDateTime,
  PropertyTypeNamedPropertyTableArray, PropertyTypeIntegerArray, PropertyTypeSetManager, PropertyTypeNamedPropertyTable,
  PropertyTypeAxis, PropertyTypePhysicalMaterial, PropertyTypeCaeSection, PropertyTypeMatrix,
  PropertyTypeScalarTable, PropertyTypeSectionOrientation, PropertyTypeSectionOffset
}
 Property Types. More...

Public Member Functions

NXOpen::AxisGetAxisPropertyValue (const NXString &propertyName)
 Returns the axis Axis.
bool GetBooleanPropertyValue (const NXString &propertyName)
 Returns the boolean value of the property.
NXOpen::CAE::BeamSectionOptionsGetCaeSectionPropertyValue (const NXString &propertyName)
 Returns the beam section options CAE::BeamSectionOptions.
NXOpen::CoordinateSystemGetCoordinateSystemPropertyValue (const NXString &propertyName)
 Returns the coordinate system CoordinateSystem.
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.
double GetDoublePropertyValue (const NXString &propertyName)
 Returns the double value of the property.
NXString GetExtMenuPropertyValue (const NXString &propertyName)
 Returns the ext menu value of the property.
NXOpen::Fields::FieldWrapperGetFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the field wrapper Fields::FieldWrapper.
std::vector< int > GetIntegerArrayPropertyValue (const NXString &propertyName)
 Returns the integer array value of the property.
int GetIntegerPropertyValue (const NXString &propertyName)
 Returns the integer value of the property.
NXOpen::ScalarMatrixValueGetMatrixPropertyValue (const NXString &propertyName)
 Returns a matrix cell value from the matrix value of the property.
std::vector
< NXOpen::CAE::NamedPropertyTable * > 
GetNamedPropertyTableArrayPropertyValue (const NXString &propertyName)
 Returns the referenced array object value of the property.
NXOpen::CAE::NamedPropertyTableGetNamedPropertyTablePropertyValue (const NXString &propertyName)
 Returns the referenced referenced named property table object value of the property.
NXOpen::CAE::MaterialOptionsGetPhysicalMaterialPropertyValue (const NXString &propertyName)
 Returns the material options CAE::MaterialOptions.
NXOpen::PointGetPointPropertyValue (const NXString &propertyName)
 Returns the point value of the property.
int GetPropertyCount ()
 The count of properties in the table.
NXString GetPropertyNameByIndex (int index)
 Returns the name of the property.
NXOpen::CAE::PropertyTable::PropertyType GetPropertyType (const NXString &propertyName)
 Returns the type of the property.
NXOpen::NXObjectGetReferencePropertyValue (const NXString &propertyName)
 Returns the referenced object value of the property.
std::vector< double > GetScalarArrayPropertyValue (const NXString &propertyName)
 Returns the scalar array value of the property.
void GetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, std::vector< double > &propertyValue, NXOpen::Unit **unitType)
 Returns the scalar array and unit value of the property.
NXOpen::Fields::FieldExpressionGetScalarFieldPropertyValue (const NXString &propertyName)
 Returns the field expression Fields::FieldExpression value of the property.
NXOpen::Fields::ScalarFieldWrapperGetScalarFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the scalar field wrapper Fields::ScalarFieldWrapper.
NXOpen::ExpressionGetScalarPropertyValue (const NXString &propertyName)
 Returns the expression Expression value of the property Use CAE::PropertyTable::SetScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
NXOpen::ScalarTableValueGetScalarTablePropertyValue (const NXString &propertyName)
 Returns a scalar table value value from the scalar table value of the property.
void GetScalarWithDataPropertyValue (const NXString &propertyName, double *propertyValue, NXOpen::Unit **unitType)
 Returns the double value of the property with units.
NXOpen::CAE::BeamSectionOffsetOptionsGetSectionOffsetPropertyValue (const NXString &propertyName)
 Returns the beam section offset options CAE::BeamSectionOffsetOptions.
NXOpen::CAE::BeamSectionOrientationOptionsGetSectionOrientationPropertyValue (const NXString &propertyName)
 Returns the beam section orientation options CAE::BeamSectionOrientationOptions.
NXOpen::CAE::SetManagerGetSetManagerPropertyValue (const NXString &propertyName)
 Returns the referenced SetManager value of the property.
NXString GetStringPropertyValue (const NXString &propertyName)
 Returns the string value of the property.
std::vector< NXStringGetTextPropertyValue (const NXString &propertyName)
 Returns the text value of the property.
NXOpen::Fields::VectorFieldWrapperGetVectorFieldWrapperPropertyValue (const NXString &propertyName)
 Returns the vector field wrapper Fields::VectorFieldWrapper.
NXOpen::DirectionGetVectorPropertyValue (const NXString &propertyName)
 Returns the direction Direction value of the property.
void SetAxisPropertyValue (const NXString &propertyName, NXOpen::Axis *propertyValue)
 Sets the axis Axis.
void SetBooleanPropertyValue (const NXString &propertyName, bool propertyValue)
 Sets the boolean value of the property.
void SetCaeSectionPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOptions *beamSectionOptions)
 Sets the beam section options CAE::BeamSectionOptions.
void SetCoordinateSystemPropertyValue (const NXString &propertyName, NXOpen::CoordinateSystem *propertyValue)
 Sets the coordinate system CoordinateSystem.
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.
void SetDoublePropertyValue (const NXString &propertyName, double propertyValue)
 Sets the double value of the property.
void SetExtMenuPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the ext menu value of the property.
void SetFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldWrapper *propertyValue)
 Sets the field wrapper Fields::FieldWrapper.
void SetIntegerArrayPropertyValue (const NXString &propertyName, const std::vector< int > &propertyValue)
 Sets the integer array value of the property.
void SetIntegerPropertyValue (const NXString &propertyName, int propertyValue)
 Sets the integer value of the property.
void SetMaterialPropertyValue (const NXString &propertyName, bool materialInherited, NXOpen::PhysicalMaterial *material)
 Sets the material value.
void SetMatrixPropertyValue (const NXString &propertyName, NXOpen::ScalarMatrixValue *matrix)
 Set a matrix cell value from the matrix value of the property.
void SetNamedPropertyTableArrayPropertyValue (const NXString &propertyName, const std::vector< NXOpen::CAE::NamedPropertyTable * > &propertyValue)
 Sets the referenced object array value of the property.
void SetNamedPropertyTablePropertyValue (const NXString &propertyName, NXOpen::CAE::NamedPropertyTable *namedPropertyTable)
 Sets the referenced named property table object value of the property.
void SetPhysicalMaterialPropertyValue (const NXString &propertyName, NXOpen::CAE::MaterialOptions *materialOptions)
 Sets the material options CAE::MaterialOptions.
void SetPointPropertyValue (const NXString &propertyName, NXOpen::Point *propertyValue)
 Sets the point value of the property.
void SetReferencePropertyValue (const NXString &propertyName, NXOpen::NXObject *propertyValue)
 Sets the referenced object value of the property.
void SetScalarArrayPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue)
 Sets the scalar array value of the property.
void SetScalarArrayWithUnitsPropertyValue (const NXString &propertyName, const std::vector< double > &propertyValue, NXOpen::Unit *unitType)
 Sets the scalar array and unit value of the property.
void SetScalarFieldPropertyValue (const NXString &propertyName, NXOpen::Fields::FieldExpression *propertyValue)
 Sets the field expression Fields::FieldExpression value of the property.
void SetScalarFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::ScalarFieldWrapper *propertyValue)
 Sets the scalar field wrapper Fields::ScalarFieldWrapper.
void SetScalarPropertyValue (const NXString &propertyName, NXOpen::Expression *propertyValue)
 Sets the expression Expression value of the property Use CAE::PropertyTable::SetScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.
void SetScalarTablePropertyValue (const NXString &propertyName, NXOpen::ScalarTableValue *table)
 Set a scalar table value from the scalar table value of the property.
void SetScalarWithDataPropertyValue (const NXString &propertyName, double propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a constant double value with units.
void SetScalarWithDataPropertyValue (const NXString &propertyName, const NXString &propertyValue, NXOpen::Unit *unitType)
 Sets the the Scalar property as a string value with units.
void SetSectionOffsetPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOffsetOptions *beamSectionOptions)
 Sets the beam section offset options CAE::BeamSectionOffsetOptions.
void SetSectionOrientationPropertyValue (const NXString &propertyName, NXOpen::CAE::BeamSectionOrientationOptions *beamSectionOptions)
 Sets the beam section orientation options CAE::BeamSectionOrientationOptions.
void SetStringPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the string value of the property.
void SetTablePropertyWithoutValue (const NXString &propertyName)
 Unset a property.
void SetTextPropertyValue (const NXString &propertyName, std::vector< NXString > &propertyValue)
 Sets the text value of the property.
void SetVectorFieldWrapperPropertyValue (const NXString &propertyName, NXOpen::Fields::VectorFieldWrapper *propertyValue)
 Sets the vector field wrapper Fields::VectorFieldWrapper.
void SetVectorPropertyValue (const NXString &propertyName, NXOpen::Direction *propertyValue)
 Sets the direction Direction value of the property.

Detailed Description

Represents a property table.


This is a sub object

Created in NX4.0.0.


Member Enumeration Documentation

Property Types.

Enumerator:
PropertyTypeUnknown 

unknown

PropertyTypeString 

string

PropertyTypeText 

text

PropertyTypeBoolean 

boolean

PropertyTypeInteger 

integer

PropertyTypeDouble 

double

PropertyTypeFieldExpression 

field expression

PropertyTypeFieldWrapper 

field wrapper

PropertyTypeScalarFieldWrapper 

scalar field wrapper

PropertyTypeVectorFieldWrapper 

vector field wrapper

PropertyTypeVector 

vector

PropertyTypeCoordinateSystem 

coordinate system

PropertyTypeReference 

reference

PropertyTypePoint 

point

PropertyTypeDoubleArray 

double array

PropertyTypeDateTime 

date time

PropertyTypeNamedPropertyTableArray 

named property table array

PropertyTypeIntegerArray 

integer array

PropertyTypeSetManager 

set manager

PropertyTypeNamedPropertyTable 

named property table

PropertyTypeAxis 

axis

PropertyTypePhysicalMaterial 

physical material

PropertyTypeCaeSection 

cae section

PropertyTypeMatrix 

matrix

PropertyTypeScalarTable 

scalar table

PropertyTypeSectionOrientation 

section orientation

PropertyTypeSectionOffset 

section offset


Member Function Documentation

Returns the axis Axis.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the boolean value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the beam section options CAE::BeamSectionOptions.

Returns:
material 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
NOTE: The full Unicode character set is not supported for this parameter.

Returns the coordinate system CoordinateSystem.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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

Returns the double value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

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
NOTE: The full Unicode character set is not supported for this parameter.

Returns the field wrapper Fields::FieldWrapper.

Returns:
value of the property
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<int> NXOpen::CAE::PropertyTable::GetIntegerArrayPropertyValue ( const NXString propertyName)

Returns the integer array value of the property.

Returns:

Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyName
NOTE: The full Unicode character set is not supported for this parameter.

Returns the integer value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns a matrix cell value from the matrix value of the property.

Returns:
NxM Scalar matrix
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the referenced array object value of the property.

Returns:

Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the material options CAE::MaterialOptions.

Returns:
material 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
NOTE: The full Unicode character set is not supported for this parameter.

Returns the point value of the property.

Returns:
value of the property
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

The count of properties in the table.

Returns:
count of properties
Created in NX4.0.0.

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

Returns the name of the property.

Returns:
name of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
indexindex of the property

Returns the type of the property.

Returns:
type of the property
Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the referenced object value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
std::vector<double> NXOpen::CAE::PropertyTable::GetScalarArrayPropertyValue ( const NXString propertyName)

Returns the scalar array value of the property.

Use CAE::PropertyTable::GetScalarArrayWithUnitsPropertyValue when other than base units are set.

Returns:
value of the property
Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::CAE::PropertyTable::GetScalarArrayWithUnitsPropertyValue ( const NXString propertyName,
std::vector< double > &  propertyValue,
NXOpen::Unit **  unitType 
)

Returns the scalar array and unit value of the property.


Created in NX7.5.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuearray of values of the property
unitTypeUnit type for the Array NULL if the Array has no units

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

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the scalar field wrapper Fields::ScalarFieldWrapper.

Returns:
value of the property
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the expression Expression value of the property Use CAE::PropertyTable::SetScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns a scalar table value value from the scalar table value of the property.

Returns:
NxM Scalar table
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe current double value of the Scalar
unitTypeUnit type for the Scalar NULL if the Scalar has no units

Returns the beam section offset options CAE::BeamSectionOffsetOptions.

Returns:
section offset options
Created in NX7.5.0.

License requirements : None
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the beam section orientation options CAE::BeamSectionOrientationOptions.

Returns:
section orientation options
Created in NX7.5.0.

License requirements : None
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the referenced SetManager value of the property.

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

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the string value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the vector field wrapper Fields::VectorFieldWrapper.

Returns:
value of the property
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.

Returns the direction Direction value of the property.

Returns:
value of the property
Created in NX4.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::CAE::PropertyTable::SetAxisPropertyValue ( const NXString propertyName,
NXOpen::Axis propertyValue 
)

Sets the axis Axis.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetBooleanPropertyValue ( const NXString propertyName,
bool  propertyValue 
)

Sets the boolean value of the property.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetCaeSectionPropertyValue ( const NXString propertyName,
NXOpen::CAE::BeamSectionOptions beamSectionOptions 
)

Sets the beam section options 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
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionsmaterial options

Sets the coordinate system CoordinateSystem.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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::SetDoublePropertyValue ( const NXString propertyName,
double  propertyValue 
)

Sets the double value of the property.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue 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
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
NOTE: The full Unicode character set is not supported for this parameter.

Sets the field wrapper Fields::FieldWrapper.


Created in NX6.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetIntegerArrayPropertyValue ( const NXString propertyName,
const std::vector< int > &  propertyValue 
)

Sets the integer array value of the property.


Created in NX5.0.0.

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

Parameters:
propertyName
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueproperty value
void NXOpen::CAE::PropertyTable::SetIntegerPropertyValue ( const NXString propertyName,
int  propertyValue 
)

Sets the integer value of the property.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetMaterialPropertyValue ( const NXString propertyName,
bool  materialInherited,
NXOpen::PhysicalMaterial material 
)

Sets the material value.


Created in NX6.0.3.

License requirements : None

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
materialInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
materialthe material value to assign

Set a matrix cell value from the matrix value of the property.


Created in NX6.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
matrixNxM Scalar matrix
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueproperty value

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


Created in NX5.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
namedPropertyTablevalue of the property The object passed in can be of the following types CAE::PhysicalPropertyTable CAE::Laminate

Sets the material options CAE::MaterialOptions.


Created in NX5.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property The object passed in can be of the following types CAE::CAEVertex CAE::CAEEdge CAE::CAEFace CAE::CAEBody
void NXOpen::CAE::PropertyTable::SetScalarArrayPropertyValue ( const NXString propertyName,
const std::vector< double > &  propertyValue 
)

Sets the scalar array value of the property.

Use CAE::PropertyTable::SetScalarArrayWithUnitsPropertyValue when other than base units are set.


Created in NX5.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetScalarArrayWithUnitsPropertyValue ( const NXString propertyName,
const std::vector< double > &  propertyValue,
NXOpen::Unit unitType 
)

Sets the scalar array and unit value of the property.


Created in NX7.5.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
unitTypeUnit type for the Array

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


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property

Sets the scalar field wrapper Fields::ScalarFieldWrapper.


Created in NX6.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetScalarPropertyValue ( const NXString propertyName,
NXOpen::Expression propertyValue 
)

Sets the expression Expression value of the property Use CAE::PropertyTable::SetScalarWithDataPropertyValue for a constant value when an expression Expression is not needed.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property

Set a scalar table value from the scalar table value of the property.


Created in NX6.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
tableNxM Scalar table
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 CAE::PropertyTable::SetScalarPropertyValue to enable Design Logic for this property.


Created in NX7.5.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 CAE::PropertyTable::SetTablePropertyWithoutValue .


Created in NX7.5.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValueThe string value for the Scalar
NOTE: The full Unicode character set is not supported for this parameter.
unitTypeUnit type for the Scalar NULL if the Scalar has no units

Sets the beam section offset options 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
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection offset options

Sets the beam section orientation options 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
NOTE: The full Unicode character set is not supported for this parameter.
beamSectionOptionssection orientation options
void NXOpen::CAE::PropertyTable::SetStringPropertyValue ( const NXString propertyName,
const NXString propertyValue 
)

Sets the string value of the property.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
NOTE: The full Unicode character set is not supported for this parameter.

Unset a property.

Cause a property to be output to the solver as a blank so that the solver uses its default value


Created in NX7.5.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
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 : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property

Sets the vector field wrapper Fields::VectorFieldWrapper.


Created in NX6.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property
void NXOpen::CAE::PropertyTable::SetVectorPropertyValue ( const NXString propertyName,
NXOpen::Direction propertyValue 
)

Sets the direction Direction value of the property.


Created in NX4.0.0.

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

Parameters:
propertyNamename of the property
NOTE: The full Unicode character set is not supported for this parameter.
propertyValuevalue of the property

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