RSEventOutputSetting Class

class NXOpen.CAE.ResponseSimulation.RSEventOutputSetting

Bases: NXOpen.TaggedObject

Reprensents 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 FemGeometrySaveOption

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

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

Setter Method

Signature FemGeometrySaveOption

Parameters:saveFemGeometry (bool) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)