VehicleGraphics3DDropLinePositionItem#
- class ansys.stk.core.stkobjects.VehicleGraphics3DDropLinePositionItem#
Drop lines from the vehicleβs current position.
Overview#
Get the option for where to end the drop line. |
|
Opt whether to display the drop line. |
|
Opt whether to use the color in the vehicleβs 2D attributes for the drop line. |
|
Get or set the color of the drop line (if the 2D graphics color is not used). |
|
Get or set the line width of the drop line. |
|
Get or set the line style of the drop line. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DDropLinePositionItem
Property detail#
- property VehicleGraphics3DDropLinePositionItem.type: VehicleGraphics3DDropLineType#
Get the option for where to end the drop line.
- property VehicleGraphics3DDropLinePositionItem.show_graphics: bool#
Opt whether to display the drop line.
- property VehicleGraphics3DDropLinePositionItem.use_2d_color: bool#
Opt whether to use the color in the vehicleβs 2D attributes for the drop line.
- property VehicleGraphics3DDropLinePositionItem.color: Color#
Get or set the color of the drop line (if the 2D graphics color is not used).