|
NX Open C++ Reference Guide
|
This class provides LumpedMass Associated Data Support <br> To create a new instance of this class, use @link CAE::NodeElementManager::CreateLumpedMassEadBuilder CAE::NodeElementManager::CreateLumpedMassEadBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | State { StateApply, StateClear } |
| indicates to apply or clear the mass 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 * | ExpressionMass () |
| Returns the expression mass operator gets LumpedMass mass value Created in NX6.0.0. | |
| NXOpen::CAE::LumpedMassEADBuilder::State | MassState () |
| Returns the mass state drives action upon commit Created in NX6.0.0. | |
| void | SetMassState (NXOpen::CAE::LumpedMassEADBuilder::State massState) |
| Sets the mass state drives action upon commit Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
This class provides LumpedMass Associated Data Support <br> To create a new instance of this class, use @link CAE::NodeElementManager::CreateLumpedMassEadBuilder CAE::NodeElementManager::CreateLumpedMassEadBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
ExpressionMass.Value |
1 (millimeters part), 1 (inches part) |
|
MassState |
Apply |
Created in NX6.0.0.
| NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::LumpedMassEADBuilder::Elements | ( | ) |
Returns the select element operator selects elements
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| NXOpen::Expression* NXOpen::CAE::LumpedMassEADBuilder::ExpressionMass | ( | ) |
Returns the expression mass operator gets LumpedMass mass value
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| NXOpen::CAE::LumpedMassEADBuilder::State NXOpen::CAE::LumpedMassEADBuilder::MassState | ( | ) |
Returns the mass state drives action upon commit
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| void NXOpen::CAE::LumpedMassEADBuilder::SetMassState | ( | NXOpen::CAE::LumpedMassEADBuilder::State | massState | ) |
Sets the mass state drives action upon commit
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
| massState | massstate |