ResultMeasureResultOptions Class

class NXOpen.CAE.ResultMeasureResultOptions

Bases: NXOpen.TransientObject

Represents the basic result options for result measure

To obtain an instance of this class use NXOpen.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
SetOperation Set the operation type
SetPlynum Set the ply num in result option
SetUnit Set the unit

Method Detail

Dispose

ResultMeasureResultOptions.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.

SetAbsoluteValue

ResultMeasureResultOptions.SetAbsoluteValue

Set the option to use absolute values

Signature SetAbsoluteValue(bAbsValue)

Parameters:bAbsValue (bool) –

New in version NX8.5.0.

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

SetOperation

ResultMeasureResultOptions.SetOperation

Set the operation type

Signature SetOperation(eOperation)

Parameters:eOperation (NXOpen.CAE.ResultMeasureOperation) –

New in version NX8.5.0.

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

SetPlynum

ResultMeasureResultOptions.SetPlynum

Set the ply num in result option

Signature SetPlynum(plynum)

Parameters:plynum (int) –

New in version NX11.0.0.

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

SetUnit

ResultMeasureResultOptions.SetUnit

Set the unit

Signature SetUnit(tUnit)

Parameters:tUnit (NXOpen.Unit) –

New in version NX8.5.0.

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