NX Open C++ Reference Guide
|
This class provides Spring Associated Data Support <br> To create a new instance of this class, use @link CAE::NodeElementManager::CreateSpringEadBuilder CAE::NodeElementManager::CreateSpringEadBuilder @endlink <br>
Default values. More...
Public Types | |
enum | State { StateApply, StateClear } |
indicates to apply or clear the stiffness property upon commit More... | |
Public Member Functions | |
NXOpen::CAE::SelectElementsBuilder * | Elements () |
Returns the select element operator selects elements Created in NX6.0.0. | |
NXOpen::Expression * | RotationalStiffness () |
Returns the expression rotational stiffness operator gets spring rotational stiffness value Created in NX6.0.0. | |
void | SetStiffnessState (NXOpen::CAE::SpringEADBuilder::State stiffnessState) |
Sets the stiffness state drives the action upon commit Created in NX6.0.0. | |
NXOpen::CAE::SpringEADBuilder::State | StiffnessState () |
Returns the stiffness state drives the action upon commit Created in NX6.0.0. | |
NXOpen::Expression * | TranslationalStiffness () |
Returns the expression stiffness operator gets spring translational stiffness value Created in NX6.0.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 Spring Associated Data Support <br> To create a new instance of this class, use @link CAE::NodeElementManager::CreateSpringEadBuilder CAE::NodeElementManager::CreateSpringEadBuilder @endlink <br>
Default values.
Property | Value |
---|---|
RotationalStiffness.Value |
0 (millimeters part), 0 (inches part) |
StiffnessState |
Apply |
TranslationalStiffness.Value |
0 (millimeters part), 0 (inches part) |
Created in NX6.0.0.
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::SpringEADBuilder::Elements | ( | ) |
Returns the select element operator selects elements
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::Expression* NXOpen::CAE::SpringEADBuilder::RotationalStiffness | ( | ) |
Returns the expression rotational stiffness operator gets spring rotational stiffness value
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
void NXOpen::CAE::SpringEADBuilder::SetStiffnessState | ( | NXOpen::CAE::SpringEADBuilder::State | stiffnessState | ) |
Sets the stiffness state drives the action upon commit
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
stiffnessState | stiffnessstate |
NXOpen::CAE::SpringEADBuilder::State NXOpen::CAE::SpringEADBuilder::StiffnessState | ( | ) |
Returns the stiffness state drives the action upon commit
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::Expression* NXOpen::CAE::SpringEADBuilder::TranslationalStiffness | ( | ) |
Returns the expression stiffness operator gets spring translational stiffness value
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")