ResultDeformationParameters_Struct Struct

NXOpen.CAE.Result.DeformationParameters is an alias for NXOpen.CAE.ResultDeformationParameters_Struct

class NXOpen.CAE.ResultDeformationParameters_Struct

Bases: object

Deformation parameter structure to specify complete result state for the deformed shape This structure has been replaced by NXOpen.CAE.DeformationParameters

Deprecated since version NX7.5.1: This structure has been replaced by NXOpen.CAE.DeformationParameters

Fields

Field Description
LoadCaseIndex load case number starting from 0
IterationIndex iteration number starting from 0
Type  
Complex  
PhaseAngle  
DeformationScale  
AbsoluteScaleValue  
ModelPercentScaleValue  

LoadCaseIndex

ResultDeformationParameters_Struct.LoadCaseIndex

load case number starting from 0 -------------------------------------

Getter Method Signature LoadCaseIndex()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature LoadCaseIndex(value)

Parameters:value (int) –

IterationIndex

ResultDeformationParameters_Struct.IterationIndex

iteration number starting from 0 -------------------------------------

Getter Method Signature IterationIndex()

Returns:
Return type:int

-------------------------------------

Setter Method

Signature IterationIndex(value)

Parameters:value (int) –

Type

ResultDeformationParameters_Struct.Type

-------------------------------------

Getter Method Signature Type()

Returns:
Return type:NXOpen.CAE.ResultType_Struct

-------------------------------------

Setter Method

Signature Type(value)

Parameters:value (NXOpen.CAE.ResultType_Struct) –

Complex

ResultDeformationParameters_Struct.Complex

-------------------------------------

Getter Method Signature Complex()

Returns:
Return type:NXOpen.CAE.ResultComplex

-------------------------------------

Setter Method

Signature Complex(value)

Parameters:value (NXOpen.CAE.ResultComplex) –

PhaseAngle

ResultDeformationParameters_Struct.PhaseAngle

-------------------------------------

Getter Method Signature PhaseAngle()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature PhaseAngle(value)

Parameters:value (float) –

DeformationScale

ResultDeformationParameters_Struct.DeformationScale

-------------------------------------

Getter Method Signature DeformationScale()

Returns:
Return type:NXOpen.CAE.ResultDeformationScale

-------------------------------------

Setter Method

Signature DeformationScale(value)

Parameters:value (NXOpen.CAE.ResultDeformationScale) –

AbsoluteScaleValue

ResultDeformationParameters_Struct.AbsoluteScaleValue

-------------------------------------

Getter Method Signature AbsoluteScaleValue()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature AbsoluteScaleValue(value)

Parameters:value (float) –

ModelPercentScaleValue

ResultDeformationParameters_Struct.ModelPercentScaleValue

-------------------------------------

Getter Method Signature ModelPercentScaleValue()

Returns:
Return type:float

-------------------------------------

Setter Method

Signature ModelPercentScaleValue(value)

Parameters:value (float) –