#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 | fbsWithContourIntersections |
This structure contains result of MR::cutMesh function
| FaceBitSet MR::CutMeshResult::fbsWithContourIntersections |
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.