BatchPrimitiveIndex =================== .. py: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... .. py:currentmodule:: BatchPrimitiveIndex Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.BatchPrimitiveIndex.index` - The index of the item contained by the Primitive. * - :py:attr:`~ansys.stk.core.graphics.BatchPrimitiveIndex.primitive` - The Primitive that contains the item at the Index specified. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import BatchPrimitiveIndex Property detail --------------- .. py:property:: index :canonical: ansys.stk.core.graphics.BatchPrimitiveIndex.index :type: int The index of the item contained by the Primitive. .. py:property:: primitive :canonical: ansys.stk.core.graphics.BatchPrimitiveIndex.primitive :type: IPrimitive The Primitive that contains the item at the Index specified.