Want some methods to extract boundaries from alpha shape
bearinsuke opened this issue · 1 comments
bearinsuke commented
- Alpha Shape Toolbox version: latest
- Python version: 3.7
- Operating System: windows
Description
Hi, thanks for your contribution. I would like to ask for some methods to extract point cloud surface boundaries by using this toolbox. Do you have some suggestions or demonstrations on it?
Thanks
### What I Expected
### Acceptance Criteria
hschoeller commented
If you are looking for boundary points you can obtain them in 2d with alphashape.bounds and in 3d with alphashape.vertices.array() since a Trimesh is returned