VehicleGraphics3DLeadTrailData#
- class ansys.stk.core.stkobjects.VehicleGraphics3DLeadTrailData#
LaunchVehicleGraphics3DTrajectory2 Class.
Overview#
Set the display option for the leading portion of the vehicleβs tracks. |
|
Set the display option for the trailng portion of the vehicleβs tracks. |
|
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. |
Get display option for the leading portion of the vehicleβs tracks. |
|
Get display option for the trailing portion of the vehicleβs tracks. |
|
Get the display value (time or percent) for the leading portion of the vehicleβs tracks. |
|
Get the display value (time or percent) for the trailing portion of the vehicleβs tracks. |
|
Determine whether the leading display option has value data. |
|
Determine whether the trailing display option has value data. |
|
Return an array of valid choices. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DLeadTrailData
Property detail#
- property VehicleGraphics3DLeadTrailData.lead_data_type: LeadTrailData#
Get display option for the leading portion of the vehicleβs tracks.
- property VehicleGraphics3DLeadTrailData.trail_data_type: LeadTrailData#
Get display option for the trailing portion of the vehicleβs tracks.
- property VehicleGraphics3DLeadTrailData.lead_data: IVehicleLeadTrailData#
Get the display value (time or percent) for the leading portion of the vehicleβs tracks.
- property VehicleGraphics3DLeadTrailData.trail_data: IVehicleLeadTrailData#
Get the display value (time or percent) for the trailing portion of the vehicleβs tracks.
- property VehicleGraphics3DLeadTrailData.has_lead_data: bool#
Determine whether the leading display option has value data.
Method detail#
- VehicleGraphics3DLeadTrailData.set_lead_data_type(self, lead_data: LeadTrailData) None #
Set the display option for the leading portion of the vehicleβs tracks.
- Parameters:
lead_data :
LeadTrailData
- Returns:
- VehicleGraphics3DLeadTrailData.set_trail_data_type(self, trail_data: LeadTrailData) None #
Set the display option for the trailng portion of the vehicleβs tracks.
- Parameters:
trail_data :
LeadTrailData
- Returns:
- VehicleGraphics3DLeadTrailData.is_data_type_supported(self, data: LeadTrailData) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
data :
LeadTrailData
- Returns: