LaminateSpreadsheetReportBuilderSortingType Enumeration

NXOpen.CAE.LaminateSpreadsheetReportBuilder.SortingType is an alias for NXOpen.CAE.LaminateSpreadsheetReportBuilderSortingType

class NXOpen.CAE.LaminateSpreadsheetReportBuilderSortingType

Bases: object

Sorting rule for the spreadsheet post report

Enum Members

Enum Member Enum Member Description
ElementId
Sort results using the element id
PlyId
Sort results using the ply id
StressXX
Sort results using the stress XX component
StressYY
Sort results using the stress YY component
StressZZ
Sort results using the stress ZZ component
StressXY
Sort results using the stress XY component
StressZX
Sort results using the stress ZX component
StressYZ
Sort results using the stress YZ component
StressMaxP
Sort results using the maximum principal stress
StressMinP
Sort results using the minimum principal stress
StressMaxS
Sort results using the maximum shear stress
StrainXX
Sort results using the strain XX component
StrainYY
Sort results using the strain XX component
StrainZZ
Sort results using the strain XX component
StrainXY
Sort results using the strain XX component
StrainZX
Sort results using the strain XX component
StrainYZ
Sort results using the strain XX component
StrainMaxP
Sort results using the maximum principal strain
StrainMinP
Sort results using the minimum principal strain
StrainMaxS
Sort results using the maximum shear strain
PlyFailureIndex
Sort results based on the ply failure index
PlyStrengthRatio
Sort results based on the ply strength ratio
PlyMarginofSafety
Sort results based on the ply margin of safety
BondFailureIndex
Sort results based on the bonding failure index
BondStrengthRatio
Sort results based on the bonding strength ratio
BondMarginofSafety
Sort results based on the bonding margin of safety
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.