NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::CAE::FEModel Class Reference

This class represents a Finite Element Model. More...

Inheritance diagram for NXOpen::CAE::FEModel:
NXOpen::CAE::BaseFEModel NXOpen::CAE::IFEModel NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Classes

struct  IdSpecificationObject
 Structure to specify the Node, Element, and Physical property table start ids and offsets for use in CAE::FEModel::AppendFemodel. More...

Public Member Functions

NXOpen::CAE::AbstractionManagerAbstractionMgr ()
 Returns the circular imprint collection belonging to this fem part
Created in NX8.0.0.
void AppendFemodel (NXOpen::CAE::FEModel *sourceFem, const NXOpen::CAE::FEModel::IdSpecificationObject &idSpec)
 This method appends finite element model data from a source fem.
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
NXOpen::CAE::LaminateGlobalLayupMgrGlobalLayupMgr ()
 Returns the laminate global layup manager belonging to the FEM.

Detailed Description

This class represents a Finite Element Model.

This class will act as the gateway to the Finite Element Nodes (CAE::FENode ) and Elements (CAE::FEElement ) in the model. Only one instance of this class will exist in each fem part file


Member Function Documentation

Returns the circular imprint collection belonging to this fem part
Created in NX8.0.0.


This method appends finite element model data from a source fem.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
sourceFemSource finite element model to append data from
idSpecNode, Element, and Physical property table id specification object
NXOpen::TaggedObject* NXOpen::CAE::FEModel::Find ( const NXString journalIdentifier)

Finds the NXObject with the given identifier as recorded in a journal.

An object may not return the same value as its JournalIdentifier in different versions of the software. However newer versions of the software should find the same object when FindObject is passed older versions of its journal identifier. In general, this method should not be used in handwritten code and exists to support record and playback of journals.

An exception will be thrown if no object can be found with the given journal identifier.

Returns:

Created in NX3.0.0.

License requirements : None
Parameters:
journalIdentifierJournal identifier of the object

Returns the laminate global layup manager belonging to the FEM.


Created in NX3.0.0.


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