RepresentationType#

class RepresentationType(*values)[source]#

Types of representations the models can have.

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

Enum Members#

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