VehicleGraphics2DLeadTrailData#
- class ansys.stk.core.stkobjects.VehicleGraphics2DLeadTrailData#
2D Graphics pass properties: lead/trail for ground tracks.
Overview#
Lead data type. |
|
Get a value indicating whether the specified type can be used. |
|
Trail data type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the trailing display option (and value, if applicable) to be the same as for the leading portion. |
Lead data type. |
|
Return an array of valid choices. |
|
Lead data. |
|
Trail data type. |
|
Return an array of valid choices. |
|
Trail data. |
|
Determine whether the leading display option has value data. |
|
Determine whether the trailing display option has value data. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics2DLeadTrailData
Property detail#
- property VehicleGraphics2DLeadTrailData.lead_data_type: LeadTrailData#
Lead data type.
- property VehicleGraphics2DLeadTrailData.lead_data_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics2DLeadTrailData.lead_data: IVehicleLeadTrailData#
Lead data.
- property VehicleGraphics2DLeadTrailData.trail_data_type: LeadTrailData#
Trail data type.
- property VehicleGraphics2DLeadTrailData.trail_data_supported_types: list#
Return an array of valid choices.
- property VehicleGraphics2DLeadTrailData.trail_data: IVehicleLeadTrailData#
Trail data.
Method detail#
- VehicleGraphics2DLeadTrailData.set_lead_data_type(self, lead_data: LeadTrailData) None #
Lead data type.
- Parameters:
lead_data :
LeadTrailData
- Returns:
- VehicleGraphics2DLeadTrailData.is_lead_data_type_supported(self, lead_data: LeadTrailData) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
lead_data :
LeadTrailData
- Returns:
- VehicleGraphics2DLeadTrailData.set_trail_data_type(self, trail_data: LeadTrailData) None #
Trail data type.
- Parameters:
trail_data :
LeadTrailData
- Returns:
- VehicleGraphics2DLeadTrailData.is_trail_data_type_supported(self, trail_data: LeadTrailData) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
trail_data :
LeadTrailData
- Returns: