|
NX Open C++ Reference Guide
|
Represents a CAE::MechanicalLoadSumBuilder
To create a new instance of this class, use CAE::ModelCheckManager::CreateMechanicalLoadSumBuilder
Created in NX5.0.1.
More...
Public Types | |
| enum | UserUnit { UserUnitDeckUnit, UserUnitMilliNewton, UserUnitMilliMillinewton, UserUnitMeterNewton, UserUnitFtPoundForce, UserUnitInPoundForce } |
| User Specified output unit. More... | |
Public Member Functions | |
| NXOpen::Expression * | EvaluationFrequency () |
| Returns the evaluation frequency Created in NX5.0.0. | |
| NXOpen::Expression * | EvaluationTime () |
| Returns the evaluation time Created in NX5.0.0. | |
| std::vector < NXOpen::CAE::SimLoad * > | GetLoads () |
| The load objects. | |
| NXOpen::CAE::SimSolution * | GetSolution () |
| The solution object. | |
| NXOpen::CAE::SimSolutionStep * | GetSubcase () |
| The subcase object. | |
| NXOpen::CoordinateSystem * | ReferenceCsys () |
| Returns the reference csys Created in NX5.0.1. | |
| void | SetLoads (const std::vector< NXOpen::CAE::SimLoad * > &loads) |
| Sets the loads Created in NX5.0.1. | |
| void | SetReferenceCsys (NXOpen::CoordinateSystem *referenceCsys) |
| Sets the reference csys Created in NX5.0.1. | |
| void | SetSolution (NXOpen::CAE::SimSolution *solution) |
| The solution object Created in NX5.0.1. | |
| void | SetSubcase (NXOpen::CAE::SimSolutionStep *subcase) |
| The subcase object Created in NX5.0.1. | |
| void | SetUserSpecifiedUnit (NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit userSpecifiedUnit) |
| Sets the output result unit Created in NX5.0.1. | |
| NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit | UserSpecifiedUnit () |
| Returns the output result unit Created in NX5.0.1. | |
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. | |
Represents a CAE::MechanicalLoadSumBuilder
To create a new instance of this class, use CAE::ModelCheckManager::CreateMechanicalLoadSumBuilder
Created in NX5.0.1.
User Specified output unit.
| UserUnitDeckUnit |
Load unit = same as Solver Deck Unit. |
| UserUnitMilliNewton |
Load unit = "N", Moment unit N-mm. |
| UserUnitMilliMillinewton |
Load unit = "mN", Moment unit N-mm. |
| UserUnitMeterNewton |
Load unit = "N", Moment unit N-m. |
| UserUnitFtPoundForce |
Load unit = "lbf", Moment unit lbf-ft. |
| UserUnitInPoundForce |
Load unit = "lbf", Moment unit lbf-in. |
| NXOpen::Expression* NXOpen::CAE::MechanicalLoadSumBuilder::EvaluationFrequency | ( | ) |
Returns the evaluation frequency
Created in NX5.0.0.
License requirements : None
| NXOpen::Expression* NXOpen::CAE::MechanicalLoadSumBuilder::EvaluationTime | ( | ) |
Returns the evaluation time
Created in NX5.0.0.
License requirements : None
| std::vector<NXOpen::CAE::SimLoad *> NXOpen::CAE::MechanicalLoadSumBuilder::GetLoads | ( | ) |
The load objects.
| NXOpen::CAE::SimSolution* NXOpen::CAE::MechanicalLoadSumBuilder::GetSolution | ( | ) |
The solution object.
| NXOpen::CAE::SimSolutionStep* NXOpen::CAE::MechanicalLoadSumBuilder::GetSubcase | ( | ) |
The subcase object.
| NXOpen::CoordinateSystem* NXOpen::CAE::MechanicalLoadSumBuilder::ReferenceCsys | ( | ) |
Returns the reference csys
Created in NX5.0.1.
License requirements : None
| void NXOpen::CAE::MechanicalLoadSumBuilder::SetLoads | ( | const std::vector< NXOpen::CAE::SimLoad * > & | loads | ) |
Sets the loads
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| loads | sets the loads |
| void NXOpen::CAE::MechanicalLoadSumBuilder::SetReferenceCsys | ( | NXOpen::CoordinateSystem * | referenceCsys | ) |
Sets the reference csys
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| referenceCsys | referencecsys |
| void NXOpen::CAE::MechanicalLoadSumBuilder::SetSolution | ( | NXOpen::CAE::SimSolution * | solution | ) |
The solution object
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| solution | Set Solution |
| void NXOpen::CAE::MechanicalLoadSumBuilder::SetSubcase | ( | NXOpen::CAE::SimSolutionStep * | subcase | ) |
The subcase object
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| subcase | Get Solutionstep |
| void NXOpen::CAE::MechanicalLoadSumBuilder::SetUserSpecifiedUnit | ( | NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit | userSpecifiedUnit | ) |
Sets the output result unit
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
| userSpecifiedUnit | userspecifiedunit |
| NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit NXOpen::CAE::MechanicalLoadSumBuilder::UserSpecifiedUnit | ( | ) |
Returns the output result unit
Created in NX5.0.1.
License requirements : None