BatchPrimitiveIndex#

class ansys.stk.core.graphics.BatchPrimitiveIndex#

Represents an individual item index that is associated with a batch primitive. Provides the Index of the individual item and the Primitive that contains that index…

Overview#

index

The index of the item contained by the Primitive.

primitive

The Primitive that contains the item at the Index specified.

Import detail#

from ansys.stk.core.graphics import BatchPrimitiveIndex

Property detail#

property BatchPrimitiveIndex.index: int#

The index of the item contained by the Primitive.

property BatchPrimitiveIndex.primitive: IPrimitive#

The Primitive that contains the item at the Index specified.