VehicleImpactLocationPoint#
- class ansys.stk.core.stkobjects.VehicleImpactLocationPoint#
Bases:
IVehicleImpactLocation
Class defining a Missileβs impact location.
Overview#
Set the impact type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the flight parameter type. |
|
Get a value indicating whether the specified type can be used. |
Get the impact type. |
|
Return an array of valid choices. |
|
Get the impact point. |
|
Get the flight parameter type. |
|
Return an array of valid choices. |
|
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: 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:
- VehicleImpactLocationPoint.is_impact_type_supported(self, impact: VehicleImpact) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
impact :
VehicleImpact
- Returns:
- VehicleImpactLocationPoint.set_launch_control_type(self, launch_control: VehicleLaunchControl) None #
Set the flight parameter type.
- Parameters:
launch_control :
VehicleLaunchControl
- Returns:
- 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: