VehicleGraphics2DGroundEllipsesCollection#

class ansys.stk.core.stkobjects.VehicleGraphics2DGroundEllipsesCollection#

Collection of ground ellipse 2D graphics properties.

Overview#

item

Given an index, returns an element in the collection.

count

Return the number of elements in a collection.

_new_enum

Return an enumerator that can iterate through the collection.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DGroundEllipsesCollection

Property detail#

property VehicleGraphics2DGroundEllipsesCollection.count: int#

Return the number of elements in a collection.

property VehicleGraphics2DGroundEllipsesCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

Method detail#

VehicleGraphics2DGroundEllipsesCollection.item(self, index: int) VehicleGraphics2DGroundEllipsesElement#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

VehicleGraphics2DGroundEllipsesElement