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

Represents a Finite Element. More...

Inheritance diagram for NXOpen::CAE::FEElement:
NXOpen::TaggedObject NXOpen::IFitTo NXOpen::INXObject

List of all members.

Public Member Functions

virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXObject with the given identifier as recorded in a journal.
std::vector
< NXOpen::CAE::FENode * > 
GetNodes ()
 Returns the nodes for this element, if the element order CAE::FEElement::Order is mixed order, some of the nodes returned may be NULL.
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not.
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object.
int Label ()
 Returns the element label
Created in NX7.5.2.
NXOpen::CAE::MeshMesh ()
 Returns the mesh for this element
Created in NX7.5.2.
virtual NXString Name ()
 Returns the custom name of the object.
int NumberOfCornerNodes ()
 Returns the number of corner nodes
Created in NX8.0.0.
NXOpen::CAE::ElementTypes::Order Order ()
 Returns the element order
Created in NX7.5.2.
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence.
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0.
virtual void Print ()
 Prints a representation of this object to the system log file.
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence.
virtual void SetName (const NXString &name)
 Sets the custom name of the object.
NXOpen::CAE::ElementTypes::Shape Shape ()
 Returns the element shape
Created in NX7.5.2.

Detailed Description

Represents a Finite Element.


Member Function Documentation

virtual NXOpen::INXObject* NXOpen::CAE::FEElement::FindObject ( const NXString journalIdentifier) [virtual]

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

Implements NXOpen::INXObject.

Returns the nodes for this element, if the element order CAE::FEElement::Order is mixed order, some of the nodes returned may be NULL.

Returns:

Created in NX7.5.2.

License requirements : None
virtual bool NXOpen::CAE::FEElement::IsOccurrence ( ) [virtual]

Returns whether this object is an occurrence or not.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the identifier that would be recorded in a journal for this object.

This may not be the same across different releases of the software.
Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the element label
Created in NX7.5.2.



License requirements : None

Returns the mesh for this element
Created in NX7.5.2.



License requirements : None

virtual NXString NXOpen::CAE::FEElement::Name ( ) [virtual]

Returns the custom name of the object.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the number of corner nodes
Created in NX8.0.0.



License requirements : None

Returns the element order
Created in NX7.5.2.



License requirements : None

Returns the owning component, if this object is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the owning part of this object
Created in NX3.0.0.



License requirements : None

Implements NXOpen::INXObject.

virtual void NXOpen::CAE::FEElement::Print ( ) [virtual]

Prints a representation of this object to the system log file.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

Returns the prototype of this object if it is an occurrence.


Created in NX3.0.0.

License requirements : None

Implements NXOpen::INXObject.

virtual void NXOpen::CAE::FEElement::SetName ( const NXString name) [virtual]

Sets the custom name of the object.


Created in NX3.0.0.

License requirements : None

Parameters:
namename

Implements NXOpen::INXObject.

Returns the element shape
Created in NX7.5.2.



License requirements : None


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