cf.PointTopologyArray.array¶
-
PointTopologyArray.array¶ Returns a numpy array containing the uncompressed data.
- Returns
numpy.ndarrayThe uncompressed array.
Examples
>>> n = a.array >>> isinstance(n, numpy.ndarray) True
PointTopologyArray.array¶Returns a numpy array containing the uncompressed data.
numpy.ndarrayThe uncompressed array.
Examples
>>> n = a.array
>>> isinstance(n, numpy.ndarray)
True