mikedh / trimesh

Python library for loading and using triangular meshes.
https://trimesh.org
MIT License
3k stars 581 forks source link

Boundary vertices #1992

Open AniruddhaHumane opened 1 year ago

AniruddhaHumane commented 1 year ago

Is there a way to get boundary vertices for a given mesh?

mikedh commented 1 year ago

mesh.outline() could be what you're looking for.