NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::ResultMeasureModelSubsetFE Class Reference

Represents a FE-based subset of the model upon which to calculate results
To obtain an instance of this class use NXOpen::CAE::ResultMeasureCollection . More...

Inheritance diagram for NXOpen::CAE::ResultMeasureModelSubsetFE:
NXOpen::CAE::ResultMeasureModelSubset NXOpen::TransientObject

Public Member Functions

void SetElements (const std::vector< NXOpen::CAE::FEElement * > &elements)
 Set the finite elements
Created in NX8.5.0. More...
 
void SetNodes (const std::vector< NXOpen::CAE::FENode * > &elements)
 Set the nodes
Created in NX8.5.0. More...
 
virtual ~ResultMeasureModelSubsetFE ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::CAE::ResultMeasureModelSubset
virtual ~ResultMeasureModelSubset ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents a FE-based subset of the model upon which to calculate results
To obtain an instance of this class use NXOpen::CAE::ResultMeasureCollection .



Created in NX8.5.0.

Constructor & Destructor Documentation

virtual NXOpen::CAE::ResultMeasureModelSubsetFE::~ResultMeasureModelSubsetFE ( )
virtual

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.
Created in NX8.5.0.

License requirements : None

Member Function Documentation

void NXOpen::CAE::ResultMeasureModelSubsetFE::SetElements ( const std::vector< NXOpen::CAE::FEElement * > &  elements)

Set the finite elements
Created in NX8.5.0.



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

Parameters
elementselements
void NXOpen::CAE::ResultMeasureModelSubsetFE::SetNodes ( const std::vector< NXOpen::CAE::FENode * > &  elements)

Set the nodes
Created in NX8.5.0.



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

Parameters
elementselements

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.