PropertyTablePropertyType Enumeration

NXOpen.CAE.PropertyTable.PropertyType is an alias for NXOpen.CAE.PropertyTablePropertyType

class NXOpen.CAE.PropertyTablePropertyType

Bases: object

Property Types

Enum Members

Enum Member Enum Member Description
Unknown BASE_PROPERTY_TABLE_property_type_unknown
String BASE_PROPERTY_TABLE_property_type_string
Boolean BASE_PROPERTY_TABLE_property_type_boolean
Integer BASE_PROPERTY_TABLE_property_type_integer
Double BASE_PROPERTY_TABLE_property_type_double
FieldWrapper BASE_PROPERTY_TABLE_property_type_field_wrapper
ScalarFieldWrapper BASE_PROPERTY_TABLE_property_type_scalar_field_wrapper
CoordinateSystem BASE_PROPERTY_TABLE_property_type_coordinate_system
DoubleArray BASE_PROPERTY_TABLE_property_type_double_array
IntegerArray BASE_PROPERTY_TABLE_property_type_integer_array
PhysicalMaterial BASE_PROPERTY_TABLE_property_type_physical_material
Matrix BASE_PROPERTY_TABLE_property_type_matrix
ScalarTable BASE_PROPERTY_TABLE_property_type_scalar_table
Text
FieldExpression
VectorFieldWrapper
Vector
Reference
Point
DateTime
NamedPropertyTableArray
SetManager
NamedPropertyTable
Axis
CaeSection
SectionOrientation
SectionOffset
ReferenceArray
StringArray
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.