MarkerBatchPrimitiveOptionalParameters#
- class ansys.stk.core.graphics.MarkerBatchPrimitiveOptionalParameters#
Optional per-marker parameters for marker batch primitive that overrides the marker batchβs per-batch parametersβ¦
Overview#
Define a collection of textures, one for each marker in the batch. |
|
Define a collection of sizes, one for each marker in the batch. |
|
Define a collection of colors, one for each marker in the batch. |
|
Define a collection of origins, one for each marker in the batch. |
|
Define a collection of pixel offsets, one for each marker in the batch. |
|
Define a collection of eye offsets, one for each marker in the batch. |
|
Define a collection of rotation angles, one for each marker in the batch. |
|
Define a collection of texture coordinates, one for each marker in the batch. |
|
Define a collection of time interval display conditions, one for each marker in the batch. |
|
Define a collection of boolean display flags, one for each marker in the batch. |
Import detail#
from ansys.stk.core.graphics import MarkerBatchPrimitiveOptionalParameters
Method detail#
- MarkerBatchPrimitiveOptionalParameters.set_textures(self, textures: list) None #
Define a collection of textures, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_sizes(self, sizes: list) None #
Define a collection of sizes, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_colors(self, colors: list) None #
Define a collection of colors, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_origins(self, origins: list) None #
Define a collection of origins, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_pixel_offsets(self, pixel_offsets: list) None #
Define a collection of pixel offsets, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_eye_offsets(self, eye_offsets: list) None #
Define a collection of eye offsets, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_rotations(self, rotation_angles: list) None #
Define a collection of rotation angles, one for each marker in the batch.
- MarkerBatchPrimitiveOptionalParameters.set_texture_coordinates(self, texture_coordinates: list) None #
Define a collection of texture coordinates, one for each marker in the batch.