ResultComputationType Enumeration

NXOpen.CAE.Result.ComputationType is an alias for NXOpen.CAE.ResultComputationType

class NXOpen.CAE.ResultComputationType

Bases: object

types for different way of computing nodal result from element nodal result.

Enum Members

Enum Member Enum Member Description
NotSet None
Average compute average
Sum compute sum. (Applicable only for element-nodal vector result.)
Minimum minimum value at the node
Maximum maximum value at the node
AbsoluteMinimum absolute minimum of the node
AbsoluteMaximum absolute maximum of the node
ArithmaticMean mean of the values at the node
Discontinuity discontinuity based on discontinuity option
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.