copc-lib icon indicating copy to clipboard operation
copc-lib copied to clipboard

Make Vector3 Iterable

Open CCInc opened this issue 2 years ago • 0 comments

>>> list(reader.copc_config.las_header.min)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'copclib._core.Vector3' object is not iterable

CCInc avatar Oct 03 '22 15:10 CCInc