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#

set_textures

Define a collection of textures, one for each marker in the batch.

set_sizes

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

set_colors

Define a collection of colors, one for each marker in the batch.

set_origins

Define a collection of origins, one for each marker in the batch.

set_pixel_offsets

Define a collection of pixel offsets, one for each marker in the batch.

set_eye_offsets

Define a collection of eye offsets, one for each marker in the batch.

set_rotations

Define a collection of rotation angles, one for each marker in the batch.

set_texture_coordinates

Define a collection of texture coordinates, one for each marker in the batch.

set_time_interval_display_conditions

Define a collection of time interval display conditions, one for each marker in the batch.

set_displays

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.

Parameters:

textures : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_sizes(self, sizes: list) None#

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

Parameters:

sizes : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_colors(self, colors: list) None#

Define a collection of colors, one for each marker in the batch.

Parameters:

colors : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_origins(self, origins: list) None#

Define a collection of origins, one for each marker in the batch.

Parameters:

origins : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_pixel_offsets(self, pixel_offsets: list) None#

Define a collection of pixel offsets, one for each marker in the batch.

Parameters:

pixel_offsets : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_eye_offsets(self, eye_offsets: list) None#

Define a collection of eye offsets, one for each marker in the batch.

Parameters:

eye_offsets : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_rotations(self, rotation_angles: list) None#

Define a collection of rotation angles, one for each marker in the batch.

Parameters:

rotation_angles : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_texture_coordinates(self, texture_coordinates: list) None#

Define a collection of texture coordinates, one for each marker in the batch.

Parameters:

texture_coordinates : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_time_interval_display_conditions(self, time_intervals: list) None#

Define a collection of time interval display conditions, one for each marker in the batch.

Parameters:

time_intervals : list

Returns:

None

MarkerBatchPrimitiveOptionalParameters.set_displays(self, displays: list) None#

Define a collection of boolean display flags, one for each marker in the batch.

Parameters:

displays : list

Returns:

None