carve icon indicating copy to clipboard operation
carve copied to clipboard

Automatically exported from code.google.com/p/carve

Results 67 carve issues
Sort by recently updated
recently updated
newest added

``` n_merge needs to be increased in case the removed edge is not NULL ``` Original issue reported on code.google.com by `[email protected]` on 28 May 2014 at 9:54 Attachments: -...

auto-migrated
Type-Patch

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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,...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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]`...

Priority-Medium
Type-Defect
auto-migrated