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.