ResultTensorDerivedAbsolute Enumeration¶
NXOpen.CAE.Result.TensorDerivedAbsolute is an alias for NXOpen.CAE.ResultTensorDerivedAbsolute
-
class
NXOpen.CAE.ResultTensorDerivedAbsolute¶ Bases:
objectThis enumeration defines the methods that can be used when calculating absolute values for the following derived components of
NXOpen.CAE.ResultDataType.TensorNXOpen.CAE.ResultComponent.Determinant,NXOpen.CAE.ResultComponent.Mean,NXOpen.CAE.ResultComponent.MaximumShear,NXOpen.CAE.ResultComponent.MinimumPrincipal,NXOpen.CAE.ResultComponent.MiddlePrincipal,NXOpen.CAE.ResultComponent.MaximumPrincipal,NXOpen.CAE.ResultComponent.OctahedralNXOpen.CAE.ResultTensorDerivedAbsolute.AllComponentswill make all tensor primary components (XX, YY, ZZ, XY, YZ, ZX) to absolute and then calculate derived component.NXOpen.CAE.ResultTensorDerivedAbsolute.DerivedComponentis absolute value of derived component without changing primary components.Enum Members
Enum Member Enum Member Description AllComponents Absolute of primary components first DerivedComponent Absolute of current derived components -
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.
-