Google Code Exporter
Google Code Exporter
``` Dear all, I need to do flip edge operations to remove flat triangles (maybe not coplaner, for example, the attached .ply file), is there any function to flip edges...
``` Dear all, I tested the Carve for Boolean operation when A or B is NULL and found Carve crashed. I do this because I need to triangulate the surface...
``` Dear all, I need to split the surface facets of a Meshset by the edge of the intersection between the facet and a given plane. Is there any exist...
``` Dear all, I need to split the surface facets of a Meshset by the edge of the intersection between the facet and a given plane. Is there any exist...
``` Dear all, Usually we can construct a meshset by the following lines: ... std::vector verts; std::vector faces; ... carve::mesh::MeshSet poly(faces); ... Usually if all nodes are vertices of facets,...
``` What steps will reproduce the problem? 1. load a1.ply and a2.ply to poly1 and poly2; 2. run carve::mesh::MeshSet *is_poly = csg.compute(&poly1,&poly2,csg.A_MINUS_B); and crashed at line 899 of triangulator.cpp: CARVE_FAIL("didn't...
``` Dear all, I run the intersect by the following command: intersect aa.ply A_MINUS_B bb.ply >cc.ply The program gave error message: uncontained hole loop does not share vertices with any...
``` Dear all, Could anyone help me to take a look at the following code to read OFF file? The code crashed at this line: carve::mesh::MeshSet poly1(faces); In addition, could...
``` Hi Tobias, Is it possible to let the carve support some new data format, such as OFF format? Thanks, Tang Laoya ``` Original issue reported on code.google.com by `[email protected]`...
``` What steps will reproduce the problem? 1. Create the project for VS2010 in windows 7 64 bit machine by CMake 2.8.9. 2. Used boost_1_54_0 and /MT in CMAKE option....