VehicleImpactLocationPoint#

class ansys.stk.core.stkobjects.VehicleImpactLocationPoint#

Bases: IVehicleImpactLocation

Class defining a Missile’s impact location.

Overview#

set_impact_type

Set the impact type.

is_impact_type_supported

Get a value indicating whether the specified type can be used.

set_launch_control_type

Set the flight parameter type.

is_launch_control_type_supported

Get a value indicating whether the specified type can be used.

impact_type

Get the impact type.

impact_supported_types

Return an array of valid choices.

impact

Get the impact point.

launch_control_type

Get the flight parameter type.

launch_control_supported_types

Return an array of valid choices.

launch_control

Get the flight parameters.

Import detail#

from ansys.stk.core.stkobjects import VehicleImpactLocationPoint

Property detail#

property VehicleImpactLocationPoint.impact_type: VehicleImpact#

Get the impact type.

property VehicleImpactLocationPoint.impact_supported_types: list#

Return an array of valid choices.

property VehicleImpactLocationPoint.impact: IVehicleImpact#

Get the impact point.

property VehicleImpactLocationPoint.launch_control_type: VehicleLaunchControl#

Get the flight parameter type.

property VehicleImpactLocationPoint.launch_control_supported_types: list#

Return an array of valid choices.

property VehicleImpactLocationPoint.launch_control: IVehicleLaunchControl#

Get the flight parameters.

Method detail#

VehicleImpactLocationPoint.set_impact_type(self, impact: VehicleImpact) None#

Set the impact type.

Parameters:

impact : VehicleImpact

Returns:

None

VehicleImpactLocationPoint.is_impact_type_supported(self, impact: VehicleImpact) bool#

Get a value indicating whether the specified type can be used.

Parameters:

impact : VehicleImpact

Returns:

bool

VehicleImpactLocationPoint.set_launch_control_type(self, launch_control: VehicleLaunchControl) None#

Set the flight parameter type.

Parameters:

launch_control : VehicleLaunchControl

Returns:

None

VehicleImpactLocationPoint.is_launch_control_type_supported(self, launch_control: VehicleLaunchControl) bool#

Get a value indicating whether the specified type can be used.

Parameters:

launch_control : VehicleLaunchControl

Returns:

bool