VehicleGraphics3DDropLinePathItem#
- class ansys.stk.core.stkobjects.VehicleGraphics3DDropLinePathItem#
Drop lines at intervals along the vehicleβs path.
Overview#
Get the option for where to end the drop lines. |
|
Opt whether to display the drop lines. |
|
Opt whether to use the color in the vehicleβs 2D attributes for the drop lines. |
|
Get or set the color of the drop lines (if the 2D graphics color is not used). |
|
Get or set the width of the drop line from orbit. |
|
Get or set the time interval between drop lines. Uses Time Dimension. |
|
Get or set the line style of the drop line. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DDropLinePathItem
Property detail#
- property VehicleGraphics3DDropLinePathItem.type: VehicleGraphics3DDropLineType#
Get the option for where to end the drop lines.
- property VehicleGraphics3DDropLinePathItem.show_graphics: bool#
Opt whether to display the drop lines.
- property VehicleGraphics3DDropLinePathItem.use_2d_color: bool#
Opt whether to use the color in the vehicleβs 2D attributes for the drop lines.
- property VehicleGraphics3DDropLinePathItem.color: Color#
Get or set the color of the drop lines (if the 2D graphics color is not used).
- property VehicleGraphics3DDropLinePathItem.line_width: LineWidth#
Get or set the width of the drop line from orbit.