You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
I'm trying use the Command Line Interface to interact with Cloudcompare. There is not much documentation, but I already figured out how to load files:
Now, i'd like to put clouds into the list to save, but I have no real idea how. Following code does not work. Without the clouds.append(pycc.CLCloudDesc(pc)) line, it saves the files loaded from file earlier:
Hey!
I'm trying use the Command Line Interface to interact with Cloudcompare. There is not much documentation, but I already figured out how to load files:
Now, i'd like to put clouds into the list to save, but I have no real idea how. Following code does not work. Without the
clouds.append(pycc.CLCloudDesc(pc))
line, it saves the files loaded from file earlier:>>>TypeError: pycc_runtime.CLCloudDesc: No constructor defined!
I tried looking in the code, but the PYBIND stuff is way beyond what I understand.
Is there a quick example somewhere I could look at?
Thanks!
The text was updated successfully, but these errors were encountered: