PointBatchPrimitiveOptionalParameters ===================================== .. py:class:: ansys.stk.core.graphics.PointBatchPrimitiveOptionalParameters Optional per-point parameters for point batch primitive that overrides the point batch primitive's global parameters... .. py:currentmodule:: PointBatchPrimitiveOptionalParameters Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.PointBatchPrimitiveOptionalParameters.set_pixel_sizes` - Define a collection of pixel sizes, one for each point in the point batch. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import PointBatchPrimitiveOptionalParameters Method detail ------------- .. py:method:: set_pixel_sizes(self, pixel_sizes: list) -> None :canonical: ansys.stk.core.graphics.PointBatchPrimitiveOptionalParameters.set_pixel_sizes Define a collection of pixel sizes, one for each point in the point batch. :Parameters: **pixel_sizes** : :obj:`~list` :Returns: :obj:`~None`