|
NX Open C++ Reference Guide
|
This is a manager to the CAE::ResponseSimulation::TransmissibilityEvaluationSetting class. More...
Public Types | |
| enum | MotionType { MotionTypeDisplacement, MotionTypeVelocity, MotionTypeAcceleration } |
| This enum defines input motion type. More... | |
Public Member Functions | |
| NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::MotionType | InputMotionType () |
| Returns the input motion type Created in NX5.0.0. | |
| void | SetInputMotionType (NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::MotionType motionType) |
| Sets the input motion type Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::ModalResultsEvaluationSettingBuilder | |
| NXOpen::CAE::ResponseSimulation::DataLocation * | DataLocation () |
| Returns the frequency setting Created in NX5.0.0. | |
| NXOpen::CAE::ResponseSimulation::FrequencyDefinition * | EvaluationProperty () |
| Returns the frequency setting Created in NX5.0.0. | |
| std::vector < NXOpen::CAE::FEElement * > | GetOutputElements () |
| Returns destination nodes. | |
| std::vector < NXOpen::CAE::FENode * > | GetOutputNodes () |
| Returns destination nodes. | |
| NXOpen::CAE::ResponseSimulation::DirectionDataComponent | InputDirection () |
| Returns the source direction data component Created in NX5.0.0. | |
| NXOpen::CAE::FENode * | InputNode () |
| Returns the source node. | |
| NXOpen::CAE::FENode * | ObservationNode () |
| Returns the observation nodes. | |
| NXOpen::CAE::ResponseSimulation::DirectionDataComponent | OutputRequest () |
| Returns the destination direction data component Created in NX5.0.0. | |
| void | SetInputDirection (NXOpen::CAE::ResponseSimulation::DirectionDataComponent dataComponent) |
| Sets the source direction data component Created in NX5.0.0. | |
| void | SetInputNode (NXOpen::CAE::FENode *sourceNode) |
| Sets the source node. | |
| void | SetObservationNode (NXOpen::CAE::FENode *observationNode) |
| Sets the observation nodes. | |
| void | SetOutputElements (const std::vector< NXOpen::CAE::FEElement * > &destinationElements) |
| Sets destination nodes Created in NX5.0.0. | |
| void | SetOutputNodes (const std::vector< NXOpen::CAE::FENode * > &destinationNode) |
| Sets destination nodes Created in NX5.0.0. | |
| void | SetOutputRequest (NXOpen::CAE::ResponseSimulation::DirectionDataComponent dataComponent) |
| Sets the destination direction data component Created in NX5.0.0. | |
Public Member Functions inherited from NXOpen::CAE::ResponseSimulation::FunctionEvaluationSettingBuilder | |
| NXOpen::CAE::ResponseSimulation::FunctionEvaluationOutputSettings * | OutputSettings () |
| Returns the output setting. | |
| NXOpen::CAE::ResponseSimulation::EvaluationResultType | ResultType () |
| Returns the result type Created in NX5.0.0. | |
| void | SetResultType (NXOpen::CAE::ResponseSimulation::EvaluationResultType resultType) |
| Sets the result type Created in NX5.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 is a manager to the CAE::ResponseSimulation::TransmissibilityEvaluationSetting class.
Object of type CAE::ResponseSimulation::TransmissibilityEvaluationSetting can be created and edited only through this class
To create a new instance of this class, use CAE::ResponseSimulation::EvaluationSettingManager::CreateTransmissibilityEvaluationSettingBuilder
Created in NX5.0.0.
| NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::MotionType NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::InputMotionType | ( | ) |
Returns the input motion type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| void NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::SetInputMotionType | ( | NXOpen::CAE::ResponseSimulation::TransmissibilityEvaluationSettingBuilder::MotionType | motionType | ) |
Sets the input motion type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
| motionType | motion type |