MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::TrimWithPlaneParams Struct Reference

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
 

Detailed Description

stores basic params for trimWithPlane function


The documentation for this struct was generated from the following file: