NX Open C++ Reference Guide
|
Represents a Finite Element. More...
Public Member Functions | |
NXOpen::Point3d | Coordinates () |
Returns the node cooridnates in absolute space Created in NX7.5.2. | |
NXOpen::CoordinateSystem * | DisplacementCsys () |
Returns the nodes displacement coordinate system or NULL if it is the absolute coordinate system Created in NX7.5.2. | |
virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier) |
Finds the NXObject with the given identifier as recorded in a journal. | |
std::vector < NXOpen::CAE::FEElement * > | GetElements () |
Returns the elements which refer to this node. | |
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 node label Created in NX7.5.2. | |
virtual NXString | Name () |
Returns the custom name of the object. | |
virtual NXOpen::Assemblies::Component * | OwningComponent () |
Returns the owning component, if this object is an occurrence. | |
virtual NXOpen::BasePart * | OwningPart () |
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::INXObject * | Prototype () |
Returns the prototype of this object if it is an occurrence. | |
NXOpen::CoordinateSystem * | ReferenceCsys () |
Returns the nodes reference coordinate system or NULL if it is the absolute coordinate system Created in NX7.5.2. | |
virtual void | SetName (const NXString &name) |
Sets the custom name of the object. |
Represents a Finite Element.
Returns the node cooridnates in absolute space
Created in NX7.5.2.
License requirements : None
Returns the nodes displacement coordinate system or NULL if it is the absolute coordinate system
Created in NX7.5.2.
License requirements : None
virtual NXOpen::INXObject* NXOpen::CAE::FENode::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.
journalIdentifier | Journal identifier of the object |
Implements NXOpen::INXObject.
std::vector<NXOpen::CAE::FEElement *> NXOpen::CAE::FENode::GetElements | ( | ) |
Returns the elements which refer to this node.
virtual bool NXOpen::CAE::FENode::IsOccurrence | ( | ) | [virtual] |
Returns whether this object is an occurrence or not.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
virtual NXString NXOpen::CAE::FENode::JournalIdentifier | ( | ) | [virtual] |
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.
int NXOpen::CAE::FENode::Label | ( | ) |
Returns the node label
Created in NX7.5.2.
License requirements : None
virtual NXString NXOpen::CAE::FENode::Name | ( | ) | [virtual] |
Returns the custom name of the object.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
virtual NXOpen::Assemblies::Component* NXOpen::CAE::FENode::OwningComponent | ( | ) | [virtual] |
Returns the owning component, if this object is an occurrence.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
virtual NXOpen::BasePart* NXOpen::CAE::FENode::OwningPart | ( | ) | [virtual] |
Returns the owning part of this object
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
virtual void NXOpen::CAE::FENode::Print | ( | ) | [virtual] |
Prints a representation of this object to the system log file.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
virtual NXOpen::INXObject* NXOpen::CAE::FENode::Prototype | ( | ) | [virtual] |
Returns the prototype of this object if it is an occurrence.
Created in NX3.0.0.
License requirements : None
Implements NXOpen::INXObject.
Returns the nodes reference coordinate system or NULL if it is the absolute coordinate system
Created in NX7.5.2.
License requirements : None
virtual void NXOpen::CAE::FENode::SetName | ( | const NXString & | name | ) | [virtual] |
Sets the custom name of the object.
Created in NX3.0.0.
License requirements : None
name | name |
Implements NXOpen::INXObject.