VelocityImpactExcitationBuilderImpactMethodType Enumeration

NXOpen.CAE.ResponseSimulation.VelocityImpactExcitationBuilder.ImpactMethodType is an alias for NXOpen.CAE.ResponseSimulation.VelocityImpactExcitationBuilderImpactMethodType

class NXOpen.CAE.ResponseSimulation.VelocityImpactExcitationBuilderImpactMethodType

Bases: object

the impact definiton methods

Enum Members

Enum Member Enum Member Description
ConstantVelocity the users will only be able to specify the velocity for the impact
DropImpact the users will be able to specify the drop height or the desired velocity at the impact
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.