Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cutting a surface mesh

Is there any way to slice a surface mesh along a plane using Meshlab? Or select all the triangles of a surface mesh that are below a plane?

I want to delete all of the faces of a surface mesh that are below 0 in the z-axis.

like image 668
Stu Avatar asked Mar 22 '26 13:03

Stu


1 Answers

You cannot slice a mesh with the current release (2016.12), however this enhancement should be implemented in the "Compute Planar Section" filter next release, see issue #118. Alternatively, you could use Blender's "bisect" tool, which can do this.

It is possible to select all the vertices or faces below a plane and delete them using "Conditional Face Selection" or "Conditional Vertex Selection"; followed by a delete command. For vertex selection, you would use something like x < 0 in the filter.

like image 118
Tim Ayres Avatar answered Mar 24 '26 11:03

Tim Ayres



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!