section_multiplane from Trimesh in Rust

42 views Asked by At

Is there the equivalent of mesh.section_multiplane from the trimesh Python library in Rust?

I tried using GenericTrimesh.intersection_with_local_plane from parry3d but it is not working properly, meaning the polylines I got were superimposed and didn't form polygons.

0

There are 0 answers