ResultMeasureResultDirectionOptions Class

class NXOpen.CAE.ResultMeasureResultDirectionOptions

Bases: NXOpen.CAE.ResultMeasureResultOptions

Represents the result directional options for result measure

To obtain an instance of this class use CAE.ResultMeasureCollection.

New in version NX8.5.0.

Methods

Method Description
Dispose Frees the object from memory.
SetAbsoluteValue Set the option to use absolute values
SetCoordinateSystem Set the coordinate system for directional components
SetOperation Set the operation type
SetPlynum Set the ply num in result option
SetUnit Set the unit

Method Detail

Dispose

ResultMeasureResultDirectionOptions.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX8.5.0.

License requirements: None.

SetCoordinateSystem

ResultMeasureResultDirectionOptions.SetCoordinateSystem

Set the coordinate system for directional components

Signature SetCoordinateSystem(eCsys)

Parameters:eCsys (NXOpen.CAE.ResultCoordinateSystem) –

New in version NX8.5.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)