VelocityImpactParametersStartPositionType Enumeration

NXOpen.CAE.ResponseSimulation.VelocityImpactParameters.StartPositionType is an alias for NXOpen.CAE.ResponseSimulation.VelocityImpactParametersStartPositionType

class NXOpen.CAE.ResponseSimulation.VelocityImpactParametersStartPositionType

Bases: object

the calculation start position for impact

Enum Members

Enum Member Enum Member Description
AtDrop Calculation starts from the drop time
BeforeImpact Calculation ends at the impact time
AtImpact Calculation starts from the impact time
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.