WrappedArrayType

class omni.graph.core.WrappedArrayType(value)

Bases: Enum

Enum for the type of array data returned from the get methods

Attributes

NUMPY

Array data is wrapped in numpy.ndarray

RAW

Array data is wrapped in DataWrapper

__init__()
NUMPY = 1

Array data is wrapped in numpy.ndarray

RAW = 2

Array data is wrapped in DataWrapper