VehicleGraphics2DGroundEllipsesElement#
- class ansys.stk.core.stkobjects.VehicleGraphics2DGroundEllipsesElement#
Ground ellipse 2D graphics properties.
Overview#
Name of the ellipse set. |
|
Opt whether to display static graphics: all ellipses are displayed in the graphics windows. |
|
Opt whether to display dynamic graphics: an ellipse is interpolated between all specified ellipses, linearly interpolating semimajor/minor axes and bearings. Position is interpolated between the ellipses with the closest times to the animation time. |
|
Opt whether to interpolate between time points or the last known size and orientation for dynamic graphics. |
|
Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set. |
|
Opt whether to display the point marker for each ellipse in the ellipse set. |
|
Color of the ellipse set name and ellipse graphics for all ellipses in the set. |
|
Line width of ellipses in the set. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics2DGroundEllipsesElement
Property detail#
- property VehicleGraphics2DGroundEllipsesElement.static_graphics_2d: bool#
Opt whether to display static graphics: all ellipses are displayed in the graphics windows.
- property VehicleGraphics2DGroundEllipsesElement.dynamic_graphics_2d: bool#
Opt whether to display dynamic graphics: an ellipse is interpolated between all specified ellipses, linearly interpolating semimajor/minor axes and bearings. Position is interpolated between the ellipses with the closest times to the animation time.
- property VehicleGraphics2DGroundEllipsesElement.interpolate: bool#
Opt whether to interpolate between time points or the last known size and orientation for dynamic graphics.
- property VehicleGraphics2DGroundEllipsesElement.show_name: bool#
Opt whether to display the name of the ellipse set at the center of each ellipse in the ellipse set.
- property VehicleGraphics2DGroundEllipsesElement.show_center_point_marker: bool#
Opt whether to display the point marker for each ellipse in the ellipse set.