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

#include <MRContoursCut.h>

Public Attributes

std::vector< EdgePathresultCut
 Paths of new edges on mesh, they represent same contours as input, but already cut.
 
FaceBitSet fbsWithContourIntersections
 

Detailed Description

This structure contains result of MR::cutMesh function

Member Data Documentation

◆ fbsWithContourIntersections

FaceBitSet MR::CutMeshResult::fbsWithContourIntersections

Bitset of bad triangles - triangles where input contours have intersections and cannot be cut and filled in a good way

See also
MR::CutMeshParameters

◆ resultCut

std::vector<EdgePath> MR::CutMeshResult::resultCut

Paths of new edges on mesh, they represent same contours as input, but already cut.


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