RepresentationType#

class RepresentationType(*values)[source]#

Types of representations the models can have.

Members accept either their int value or str annotation, for example RepresentationType.from_any('Points').

Enum Members#

POINTS = 0x0#
WIREFRAME = 0x1#
SURFACE = 0x2#