PrimitiveIndicesOrderHint#

class ansys.stk.core.graphics.PrimitiveIndicesOrderHint#

IntEnum

Overview#

NOT_SORTED

The indices passed to SetPartial are not sorted. Therefore, the primitive may sort them to improve performance of writing its geometry to video memory.

SORTED_ASCENDING

The indices passed to SetPartial are sorted in ascending order. Therefore, the primitive does not need to sort them. It is recommended to only use SortedAscending if it is easy and efficient for you to provide the indices in ascending order…

Import detail#

from ansys.stk.core.graphics import PrimitiveIndicesOrderHint