MeshLib
 
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 fbsWithCountourIntersections
 

Detailed Description

This structure contains result of MR::cutMesh function

Member Data Documentation

◆ fbsWithCountourIntersections

FaceBitSet MR::CutMeshResult::fbsWithCountourIntersections

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: