-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filterBySFValue does not support Meshes #176
Comments
Hello, I am sorry, i did not see your post on GitLab. The CloudComPy Gitlab repository was created as a backup when I had problems with my Github account. Gitlab did not send me an email notification for your issue, I will fix my Gitlab configuration and maintain an up to date backup on Giltab. Anyway, Github is the prefered place for issues. You are right, filterBySFValue does not support meshes, only clouds. It is possible to do something similar, but not equivalent, with the cloud associated to the mesh.
Best regards, |
Hello, np, I understand the tech problems you had. Yes, looked at the workaround, but found that for the use case the surface/mesh reconstruction from point cloud was not ideal, introducing too much artifacts and/or need for (manual) tweaking. Tried with Delaunay and qPoissonRecon methods. Thanks for taking it up in the next release, looking forward to it! |
Currently filterBySFValue does not seem to support Mesh, only Point Clouds.
On a mesh entity it throws an error
CloudCompare does support filtering by scalar field values for Meshes https://www.cloudcompare.org/doc/wiki/index.php/Scalar_fields%5CFilter_by_Value (since 2.13 alpha?)
Would be nice if CloudComPy also supports it via the filterBySFValue API
(already posted in Gitlab issues-2, but as this seems to be the preferred place (again) for issues also creating it here, sorry for the dup.)
The text was updated successfully, but these errors were encountered: