VehicleGraphics3DBPlaneEvent#

class ansys.stk.core.stkobjects.VehicleGraphics3DBPlaneEvent#

3D BPlane Event.

Overview#

event_epoch

Get or set the event epoch. Uses DateFormat Dimension.

before_event

Get or set the duration before the event that the B-Plane will be displayed. Uses Time Dimension.

after_event

Get or set the duration after the event that the B-Plane will be displayed. Uses Time Dimension.

always_display

Whether the B-Plane will be displayed throughout the scenario’s animation.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DBPlaneEvent

Property detail#

property VehicleGraphics3DBPlaneEvent.event_epoch: Any#

Get or set the event epoch. Uses DateFormat Dimension.

property VehicleGraphics3DBPlaneEvent.before_event: float#

Get or set the duration before the event that the B-Plane will be displayed. Uses Time Dimension.

property VehicleGraphics3DBPlaneEvent.after_event: float#

Get or set the duration after the event that the B-Plane will be displayed. Uses Time Dimension.

property VehicleGraphics3DBPlaneEvent.always_display: bool#

Whether the B-Plane will be displayed throughout the scenario’s animation.