PostScenarioVariantComponent Enumeration

class NXOpen.CAE.PostScenarioVariantComponent

Bases: object

Components of vectors or tensors. Enum Members

Enum Member Enum Member Description
Magnitude request the magnitude of a 3D vector
Scalar represents that the data is scalar
X X component of a 3D vector
Y Y component of a 3D vector
Z Z component of a 3D vector
Xx XX component of a tensor
Yy YY component of a tensor
Zz ZZ component of a tensor
Xy XY component of a tensor
Xz XZ component of a tensor
Yx YX component of a tensor
Yz YZ component of a tensor
Zx ZX component of a tensor
Zy ZY component of a tensor
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.