ResultMeasureModelSubsetFE Class

class NXOpen.CAE.ResultMeasureModelSubsetFE

Bases: NXOpen.CAE.ResultMeasureModelSubset

Represents a FE-based subset of the model upon which to calculate results

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.
SetElements Set the finite elements
SetNodes Set the nodes

Method Detail

Dispose

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

SetElements

ResultMeasureModelSubsetFE.SetElements

Set the finite elements

Signature SetElements(elements)

Parameters:elements (list of NXOpen.CAE.FEElement) –

New in version NX8.5.0.

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

SetNodes

ResultMeasureModelSubsetFE.SetNodes

Set the nodes

Signature SetNodes(elements)

Parameters:elements (list of NXOpen.CAE.FENode) –

New in version NX8.5.0.

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