NX Open C++ Reference Guide
Public Member Functions
NXOpen::CAE::FEModelOccurrence Class Reference

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

Inheritance diagram for NXOpen::CAE::FEModelOccurrence:
NXOpen::CAE::IFEModel NXOpen::CAE::IHierarchicalFEModel NXOpen::NXObject NXOpen::INXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Member Functions

NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the object within the CAE::FEModelOccurrence context, with the given identifier as recorded in a journal.
NXOpen::CAE::FEModelOccAttributeGetAttributes ()
 Get the femodel occurrence attributes.
virtual std::vector
< NXOpen::CAE::FEModelOccurrence * > 
GetChildren ()
 Returns the child components of this component.
NXOpen::Assemblies::ComponentGetComponent ()
 Gets the Assemblies::Component associated with this object.
void GetLabelOffsets (int *nodeOffset, int *elemOffset, int *csysOffset)
 Returns node, element, and csys offset of the femodel occurrence.
virtual NXOpen::CAE::IFEModelParent ()
 Returns the parent fem of this object, can be NULL
Created in NX6.0.0.
void SetLabelOffsets (int nodeOffset, int elemOffset, int csysOffset)
 Sets node, element, and csys offset of the femodel occurrence.

Detailed Description

This class represents a Finite Element Model Occurrence.

Only one instance of this class will exist in each sim part file


An instance of this class can not be obtained


Member Function Documentation

Finds the object within the CAE::FEModelOccurrence context, with the given identifier as recorded in a journal.

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

Returns:
Object with the journal identifier
Created in NX3.0.0.

License requirements : None
Parameters:
journalIdentifierJournal identifier of the object

Get the femodel occurrence attributes.

Returns:

Created in NX8.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Returns the child components of this component.

Returns:

Created in NX6.0.0.

License requirements : None

Implements NXOpen::CAE::IHierarchicalFEModel.

Gets the Assemblies::Component associated with this object.

Returns:

Created in NX6.0.0.

License requirements : None
void NXOpen::CAE::FEModelOccurrence::GetLabelOffsets ( int *  nodeOffset,
int *  elemOffset,
int *  csysOffset 
)

Returns node, element, and csys offset of the femodel occurrence.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
nodeOffsetnode offset
elemOffsetelement offset
csysOffsetcsys offset

Returns the parent fem of this object, can be NULL
Created in NX6.0.0.



License requirements : None

Implements NXOpen::CAE::IHierarchicalFEModel.

void NXOpen::CAE::FEModelOccurrence::SetLabelOffsets ( int  nodeOffset,
int  elemOffset,
int  csysOffset 
)

Sets node, element, and csys offset of the femodel occurrence.


Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")

Parameters:
nodeOffsetnode offset
elemOffsetelement offset
csysOffsetcsys offset

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