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

Method splitFace

source/MRMesh/MRMesh.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338VertId Mesh::splitFace( FaceId f, const Vector3f & newVertPos, FaceBitSet * region, FaceHashMap * new2Old )
339{
340 VertId newv = topology.splitFace( f, region, new2Old );
341 points.autoResizeAt( newv ) = newVertPos;
342 return newv;
343}
344
345void Mesh::addMesh( const Mesh & from,
346 FaceMap * outFmap, VertMap * outVmap, WholeEdgeMap * outEmap, bool rearrangeTriangles )

Callers 5

test_splitFaceFunction · 0.45
TESTFunction · 0.45
makeConvexHullFunction · 0.45
subdivideLoneContoursFunction · 0.45
sharpenMarchingCubesMeshFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_splitFaceFunction · 0.36
TESTFunction · 0.36