NX Open C++ Reference Guide
|
Represents a CAE::ResponseSimulation::VelocityImpactParameters. More...
Public Types | |
enum | StartPositionType { StartPositionTypeAtDrop, StartPositionTypeBeforeImpact, StartPositionTypeAtImpact } |
the calculation start position for impact More... | |
Public Member Functions | |
NXOpen::Expression * | DropHeight () |
Returns the drop height. | |
NXOpen::Expression * | PulseDuration () |
Returns the impact pulse duration Created in NX6.0.0. | |
void | SetStartPosition (NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType mStartPosition) |
Sets the start position Created in NX6.0.0. | |
NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType | StartPosition () |
Returns the start position Created in NX6.0.0. | |
NXOpen::Expression * | TimeStep () |
Returns the time step. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Expression * | Velocity () |
Returns the velocity Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::ResponseSimulation::VelocityImpactParameters.
Created in NX6.0.0.
NXOpen::Expression* NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::DropHeight | ( | ) |
Returns the drop height.
Not available if the impact excitation is of type CAE::ResponseSimulation::VelocityImpactExcitationBuilder::ImpactMethodTypeConstantVelocity
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::PulseDuration | ( | ) |
Returns the impact pulse duration
Created in NX6.0.0.
License requirements : None
void NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::SetStartPosition | ( | NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType | mStartPosition | ) |
Sets the start position
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
mStartPosition | mstartposition |
NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPosition | ( | ) |
Returns the start position
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::TimeStep | ( | ) |
Returns the time step.
The value must be larger than 1/20 of the impact pulse duration
Created in NX6.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::Expression* NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::Velocity | ( | ) |
Returns the velocity
Created in NX6.0.0.
License requirements : None