RSEventOutputSetting Class¶
-
class
NXOpen.CAE.ResponseSimulation.RSEventOutputSetting¶ Bases:
NXOpen.TaggedObjectReprensents the output setting for an event
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| FemGeometrySaveOption | Returns or sets the option to save FEM information with evaluation results. |
| Tag | Returns the Tag for this object. |
Methods¶
Property Detail¶
FemGeometrySaveOption¶
-
RSEventOutputSetting.FemGeometrySaveOption¶ Returns or sets the option to save FEM information with evaluation results.
The option could not be changed after the event is created.
-------------------------------------Getter Method
Signature
FemGeometrySaveOptionReturns: Return type: bool New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
FemGeometrySaveOptionParameters: saveFemGeometry (bool) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)