#include <MRContoursCut.h>
Public Attributes | |
std::vector< EdgePath > | resultCut |
Paths of new edges on mesh, they represent same contours as input, but already cut. | |
FaceBitSet | fbsWithCountourIntersections |
This structure contains result of MR::cutMesh function
FaceBitSet MR::CutMeshResult::fbsWithCountourIntersections |
Bitset of bad triangles - triangles where input contours have intersections and cannot be cut and filled in a good way
std::vector<EdgePath> MR::CutMeshResult::resultCut |
Paths of new edges on mesh, they represent same contours as input, but already cut.