Skip to content
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

How can I remove top surface from mesh? #155

Open
K-M-Ibrahim-Khalilullah opened this issue Apr 15, 2020 · 1 comment
Open

How can I remove top surface from mesh? #155

K-M-Ibrahim-Khalilullah opened this issue Apr 15, 2020 · 1 comment
Labels
filtering General topics around filtering and usage of filters

Comments

@K-M-Ibrahim-Khalilullah

I generated a mesh from point cloud data. I want to remove top/flat surface from my mesh.
Is there any suggestion?

@banesullivan
Copy link
Member

Try a clip filter or perhaps an extract_cells filter by marking creating some criterion to decide if a cell is on that top surface or not.

The second half of the surface normals example might be useful to you: it computes surface normals and uses those normals to decide what parts of the mesh to remove/keep

@banesullivan banesullivan added the filtering General topics around filtering and usage of filters label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filtering General topics around filtering and usage of filters
Projects
None yet
Development

No branches or pull requests

2 participants