stores basic params for trimWithPlane function More...
#include <MRMeshTrimWithPlane.h>
Public Attributes | |
| Plane3f | plane |
| Input plane to cut mesh with. | |
| float | eps = 0 |
| if existing vertex is within eps distance from the plane, then move the vertex not introducing new ones | |
| std::function< void(EdgeId, EdgeId, float)> | onEdgeSplitCallback |
| is invoked each time when an edge is split. Receives edge ID before split, edge ID after split, and weight of the origin vertex | |
stores basic params for trimWithPlane function