WrappedArrayType#
- class omni.graph.core.WrappedArrayType(
- value,
- names=None,
- *,
- module=None,
- qualname=None,
- type=None,
- start=1,
- boundary=None,
Bases:
Enum
Enum for the type of array data returned from the get methods
Attributes
- __init__(*args, **kwds)#
- NUMPY = 1#
Array data is wrapped in numpy.ndarray
- RAW = 2#
Array data is wrapped in DataWrapper