DeformationParameters Class¶
-
class
NXOpen.CAE.DeformationParameters¶ Bases:
NXOpen.TaggedObjectThis class is worked as a packet of information that can be be used to deform
NXOpen.CAE.Postobjects.<br/>Use
NXOpen.CAE.ResultManagerto create anNXOpen.CAE.DeformationParameters<br/>You can modifiy these values but validation of correctness will only be performed when this object is set to a
NXOpen.CAE.PostobjectTo obtain an instance of this class use
NXOpen.Session.ResultManager().New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| ComplexCriterion | Returns or sets the complexity criterion. |
| Component | Returns or sets the result component that is used for deforming the model. |
| DeformationType | Returns or sets the type of scale used for deforming the model |
| GenericType | Returns or sets the result type that will be used for deforming the model |
| InitialDeformationScale | Returns or sets the initial deformation scale to be applied to the deformation value |
| InitialDeformationScaleType | Returns or sets the type of initial deformation scale used for deforming the model |
| InitialDeformationUserDefinedResultType | Returns or sets the initial deformation result type that will be used for deforming the model |
| InitialDeformationUserselectionType | Returns or sets the initial deformation section type that will be used for deforming the model |
| IsReferenceNode | Returns or sets a value of true means the reference node will be used |
| PhaseAngle | Returns or sets the phase angle at which result will be evaluated and used for deformation. |
| ReferenceNodeLabel | Returns or sets the node label which identifies the reference node used when deforming the model if NXOpen.CAE.DeformationParameters.IsReferenceNode() is set to true |
| Scale | Returns or sets the scale to be applied to the deformation value |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
ComplexCriterion¶
-
DeformationParameters.ComplexCriterion¶ Returns or sets the complexity criterion.
If the result type is complex
NXOpen.CAE.BaseResultType.Complex()the complexity criterion defines which value is used for deformation(likeNXOpen.CAE.ResultComplex.RealorNXOpen.CAE.ResultComplex.Imaginary)-------------------------------------Getter Method
Signature
ComplexCriterionReturns: Return type: NXOpen.CAE.ResultComplexNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ComplexCriterionParameters: complex ( NXOpen.CAE.ResultComplex) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Component¶
-
DeformationParameters.Component¶ Returns or sets the result component that is used for deforming the model.
-------------------------------------Getter Method
Signature
ComponentReturns: Return type: NXOpen.CAE.ResultComponentNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ComponentParameters: component ( NXOpen.CAE.ResultComponent) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
DeformationType¶
-
DeformationParameters.DeformationType¶ Returns or sets the type of scale used for deforming the model
-------------------------------------Getter Method
Signature
DeformationTypeReturns: Return type: NXOpen.CAE.ResultDeformationScaleNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
DeformationTypeParameters: unit ( NXOpen.CAE.ResultDeformationScale) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GenericType¶
-
DeformationParameters.GenericType¶ Returns or sets the result type that will be used for deforming the model
-------------------------------------Getter Method
Signature
GenericTypeReturns: Return type: NXOpen.CAE.BaseResultTypeNew in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
GenericTypeParameters: type ( NXOpen.CAE.BaseResultType) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
InitialDeformationScale¶
-
DeformationParameters.InitialDeformationScale¶ Returns or sets the initial deformation scale to be applied to the deformation value
-------------------------------------Getter Method
Signature
InitialDeformationScaleReturns: Return type: float New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
InitialDeformationScaleParameters: initdefscale (float) – New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
InitialDeformationScaleType¶
-
DeformationParameters.InitialDeformationScaleType¶ Returns or sets the type of initial deformation scale used for deforming the model
-------------------------------------Getter Method
Signature
InitialDeformationScaleTypeReturns: Return type: NXOpen.CAE.ResultDeformationScaleNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
InitialDeformationScaleTypeParameters: unit ( NXOpen.CAE.ResultDeformationScale) –New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
InitialDeformationUserDefinedResultType¶
-
DeformationParameters.InitialDeformationUserDefinedResultType¶ Returns or sets the initial deformation result type that will be used for deforming the model
-------------------------------------Getter Method
Signature
InitialDeformationUserDefinedResultTypeReturns: Return type: NXOpen.CAE.BaseResultTypeNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
InitialDeformationUserDefinedResultTypeParameters: type ( NXOpen.CAE.BaseResultType) –New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
InitialDeformationUserselectionType¶
-
DeformationParameters.InitialDeformationUserselectionType¶ Returns or sets the initial deformation section type that will be used for deforming the model
-------------------------------------Getter Method
Signature
InitialDeformationUserselectionTypeReturns: Return type: NXOpen.CAE.ResultInitialDeformationSelectionNew in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
InitialDeformationUserselectionTypeParameters: initdefseltype ( NXOpen.CAE.ResultInitialDeformationSelection) –New in version NX11.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
IsReferenceNode¶
-
DeformationParameters.IsReferenceNode¶ Returns or sets a value of true means the reference node will be used
-------------------------------------Getter Method
Signature
IsReferenceNodeReturns: Return type: bool New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
IsReferenceNodeParameters: isReferenceNode (bool) – New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
PhaseAngle¶
-
DeformationParameters.PhaseAngle¶ Returns or sets the phase angle at which result will be evaluated and used for deformation.
If the result type is complex
NXOpen.CAE.BaseResultType.Complex()and theNXOpen.CAE.DeformationParameters.ComplexCriterion`()is set toNXOpen.CAE.ResultComplex.PhaseAngle, the Phaseangle will be used to evaluate the value of the complex result-------------------------------------Getter Method
Signature
PhaseAngleReturns: Return type: float New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
PhaseAngleParameters: angle (float) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
ReferenceNodeLabel¶
-
DeformationParameters.ReferenceNodeLabel¶ Returns or sets the node label which identifies the reference node used when deforming the model if
NXOpen.CAE.DeformationParameters.IsReferenceNode()is set to true-------------------------------------Getter Method
Signature
ReferenceNodeLabelReturns: Return type: int New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ReferenceNodeLabelParameters: referenceNodeLabel (int) – New in version NX7.5.2.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
Scale¶
-
DeformationParameters.Scale¶ Returns or sets the scale to be applied to the deformation value
-------------------------------------Getter Method
Signature
ScaleReturns: Return type: float New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
-------------------------------------Setter Method
Signature
ScaleParameters: scale (float) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)