NX Open C++ Reference Guide
|
Represents the manager of CAE.ResponseSimulation.RSEvent. More...
Public Member Functions | |
NXOpen::CAE::ResponseSimulation::RSEventAttributes * | Attributes () |
Returns the attributes setting Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::RSEvent::Type | EventType () |
Returns the event type Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::InitialConditions * | InitialConditions () |
Returns the initial condition setting. | |
NXOpen::CAE::ResponseSimulation::RSEventOutputSetting * | OutputSetting () |
Returns the output setting Created in NX5.0.0. | |
NXOpen::CAE::ResponseSimulation::Solution * | ResponseSimulationSolution () |
Returns the parent response simulation solution Created in NX5.0.0. | |
void | SetEventType (NXOpen::CAE::ResponseSimulation::RSEvent::Type eventType) |
Sets the event type Created in NX5.0.0. | |
![]() | |
NXOpen::CAE::ResponseSimulation::ObjectLabel * | ObjectLabel () |
Returns the object label Created in NX5.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. | |
Represents the manager of CAE.ResponseSimulation.RSEvent.
The object of type CAE::ResponseSimulation::RSEvent can be created or deleted only through this class.
To create a new instance of this class, use CAE::ResponseSimulation::RSEventCollection::CreateEventBuilder
Created in NX5.0.0.
NXOpen::CAE::ResponseSimulation::RSEventAttributes* NXOpen::CAE::ResponseSimulation::RSEventBuilder::Attributes | ( | ) |
Returns the attributes setting
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::RSEvent::Type NXOpen::CAE::ResponseSimulation::RSEventBuilder::EventType | ( | ) |
Returns the event type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::InitialConditions* NXOpen::CAE::ResponseSimulation::RSEventBuilder::InitialConditions | ( | ) |
Returns the initial condition setting.
Only available when event type is CAE::ResponseSimulation::RSEvent::TypeTransient
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::RSEventOutputSetting* NXOpen::CAE::ResponseSimulation::RSEventBuilder::OutputSetting | ( | ) |
Returns the output setting
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
NXOpen::CAE::ResponseSimulation::Solution* NXOpen::CAE::ResponseSimulation::RSEventBuilder::ResponseSimulationSolution | ( | ) |
Returns the parent response simulation solution
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::RSEventBuilder::SetEventType | ( | NXOpen::CAE::ResponseSimulation::RSEvent::Type | eventType | ) |
Sets the event type
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
eventType | event type |