NX Open C++ Reference Guide
|
This class provides Gap Associated Data Support
To create a new instance of this class, use CAE::NodeElementManager::CreateGapEadBuilder
Created in NX7.5.0.
More...
Public Types | |
enum | OrientationMethod { OrientationMethodVector, OrientationMethodCsystem, OrientationMethodNode } |
indicates which orientation method to use More... | |
enum | State { StateApply, StateClear } |
indicates to ignore, apply or clear the state property upon commit More... | |
Public Member Functions | |
NXOpen::CAE::SelectElementsBuilder * | Elements () |
Returns the select element operator selects elements Created in NX7.5.0. | |
NXOpen::CoordinateSystem * | OriCsystem () |
Returns the get coordinate system method gets the coordinate system for orienting by coordinate system Created in NX7.5.0. | |
NXOpen::Direction * | OriDirr () |
Returns the get oriDirr operator gets orientaion vector value Created in NX7.5.0. | |
NXOpen::CAE::GapEADBuilder::State | OrientationState () |
Returns the state drives the commit action Created in NX7.5.0. | |
NXOpen::CAE::GapEADBuilder::OrientationMethod | OriMethod () |
Returns the method to get the element orientation method Created in NX7.5.0. | |
NXOpen::CAE::SelectFENodeList * | OriNode () |
Returns the get ori_node operator selects an orientation node Created in NX7.5.0. | |
void | SetOriCsystem (NXOpen::CoordinateSystem *oriCsystem) |
Sets the get coordinate system method gets the coordinate system for orienting by coordinate system Created in NX7.5.0. | |
void | SetOriDirr (NXOpen::Direction *oriDirr) |
Sets the get oriDirr operator gets orientaion vector value Created in NX7.5.0. | |
void | SetOrientationState (NXOpen::CAE::GapEADBuilder::State orientationState) |
Sets the state drives the commit action Created in NX7.5.0. | |
void | SetOriMethod (NXOpen::CAE::GapEADBuilder::OrientationMethod oriMethod) |
Sets the method to get the element orientation method Created in NX7.5.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
This class provides Gap Associated Data Support
To create a new instance of this class, use CAE::NodeElementManager::CreateGapEadBuilder
Created in NX7.5.0.
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::GapEADBuilder::Elements | ( | ) |
Returns the select element operator selects elements
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CoordinateSystem* NXOpen::CAE::GapEADBuilder::OriCsystem | ( | ) |
Returns the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::Direction* NXOpen::CAE::GapEADBuilder::OriDirr | ( | ) |
Returns the get oriDirr operator gets orientaion vector value
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::GapEADBuilder::State NXOpen::CAE::GapEADBuilder::OrientationState | ( | ) |
Returns the state drives the commit action
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::GapEADBuilder::OrientationMethod NXOpen::CAE::GapEADBuilder::OriMethod | ( | ) |
Returns the method to get the element orientation method
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::GapEADBuilder::OriNode | ( | ) |
Returns the get ori_node operator selects an orientation node
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
void NXOpen::CAE::GapEADBuilder::SetOriCsystem | ( | NXOpen::CoordinateSystem * | oriCsystem | ) |
Sets the get coordinate system method gets the coordinate system for orienting by coordinate system
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
oriCsystem | oricsystem |
void NXOpen::CAE::GapEADBuilder::SetOriDirr | ( | NXOpen::Direction * | oriDirr | ) |
Sets the get oriDirr operator gets orientaion vector value
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
oriDirr | oridirr |
void NXOpen::CAE::GapEADBuilder::SetOrientationState | ( | NXOpen::CAE::GapEADBuilder::State | orientationState | ) |
Sets the state drives the commit action
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
orientationState | orientation state |
void NXOpen::CAE::GapEADBuilder::SetOriMethod | ( | NXOpen::CAE::GapEADBuilder::OrientationMethod | oriMethod | ) |
Sets the method to get the element orientation method
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
oriMethod | orimethod |