PathPointCollection#

class ansys.stk.core.graphics.PathPointCollection#

A collection of path points.

Overview#

item

Return a path point at the specified position in the collection.

count

A total number of elements in the collection.

_new_enum

Return an enumerator that iterates through the collection.

Import detail#

from ansys.stk.core.graphics import PathPointCollection

Property detail#

property PathPointCollection.count: int#

A total number of elements in the collection.

property PathPointCollection._new_enum: EnumeratorProxy#

Return an enumerator that iterates through the collection.

Method detail#

PathPointCollection.item(self, index: int) PathPoint#

Return a path point at the specified position in the collection.

Parameters:

index : int

Returns:

PathPoint