ResultMeasureModelSubsetGeom Class

class NXOpen.CAE.ResultMeasureModelSubsetGeom

Bases: NXOpen.CAE.ResultMeasureModelSubset

Represents a geometry-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.
SetEntities Set the geometry entities

Method Detail

Dispose

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

SetEntities

ResultMeasureModelSubsetGeom.SetEntities

Set the geometry entities

Signature SetEntities(entities)

Parameters:entities (list of NXOpen.DisplayableObject) –

New in version NX8.5.0.

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