NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::ResponseSimulation::VelocityImpactParameters Class Reference

Represents a NXOpen::CAE::ResponseSimulation::VelocityImpactParameters. More...

Inheritance diagram for NXOpen::CAE::ResponseSimulation::VelocityImpactParameters:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  StartPositionType { StartPositionTypeAtDrop, StartPositionTypeBeforeImpact, StartPositionTypeAtImpact }
 the calculation start position for impact More...
 

Public Member Functions

NXOpen::ExpressionDropHeight ()
 Returns the drop height. More...
 
NXOpen::ExpressionPulseDuration ()
 Returns the impact pulse duration
Created in NX6.0.0. More...
 
void SetStartPosition (NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType mStartPosition)
 Sets the start position
Created in NX6.0.0. More...
 
NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::StartPositionType StartPosition ()
 Returns the start position
Created in NX6.0.0. More...
 
NXOpen::ExpressionTimeStep ()
 Returns the time step. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::ExpressionVelocity ()
 Returns the velocity
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::ResponseSimulation::VelocityImpactParameters.


Created in NX6.0.0.

Member Enumeration Documentation

the calculation start position for impact

Enumerator
StartPositionTypeAtDrop 

Calculation starts from the drop time.

StartPositionTypeBeforeImpact 

Calculation ends at the impact time.

StartPositionTypeAtImpact 

Calculation starts from the impact time.

Member Function Documentation

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")

Parameters
mStartPositionmstartposition
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 bool NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.

NXOpen::Expression* NXOpen::CAE::ResponseSimulation::VelocityImpactParameters::Velocity ( )

Returns the velocity
Created in NX6.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.