MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / triangulateContour

Function triangulateContour

source/MRMesh/MRContoursCut.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void triangulateContour( Mesh& mesh, EdgeId e, FaceId oldFace, FaceMap* new2OldMap, NewEdgesMap* new2OldEdgeMap )
390{
391 auto plan = getPlanarHoleFillPlan( mesh, e );
392 executeTriangulateContourPlan( mesh, e, plan, oldFace, new2OldMap, new2OldEdgeMap );
393}
394
395/* this function triangulate holes where first and last edge are the same but sym
396 / \

Callers 2

fixOrphansFunction · 0.85
cutOneEdgeFunction · 0.85

Calls 2

getPlanarHoleFillPlanFunction · 0.85

Tested by

no test coverage detected