PointBatchPrimitiveOptionalParameters#

class ansys.stk.core.graphics.PointBatchPrimitiveOptionalParameters#

Optional per-point parameters for point batch primitive that overrides the point batch primitive’s global parameters…

Overview#

set_pixel_sizes

Define a collection of pixel sizes, one for each point in the point batch.

Import detail#

from ansys.stk.core.graphics import PointBatchPrimitiveOptionalParameters

Method detail#

PointBatchPrimitiveOptionalParameters.set_pixel_sizes(self, pixel_sizes: list) None#

Define a collection of pixel sizes, one for each point in the point batch.

Parameters:

pixel_sizes : list

Returns:

None