mcbastian / carve

Automatically exported from code.google.com/p/carve
Other
0 stars 0 forks source link

Carve fails on (apparantly) valid input #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just run:
>intersect "(_0a.ply | _1a.ply | _2a.ply) A_MINUS_B _3s.ply"
with the attached files.

Files attached were created with carve by intersecting several simple
models. Viewing tool supplied with carve opens them without any problems.

Original issue reported on code.google.com by ru.el...@gmail.com on 17 May 2010 at 2:31

Attachments:

GoogleCodeExporter commented 8 years ago
Another test case. Just run:
>intersect "_0i.ply ^ _1i.ply"

Original comment by ru.el...@gmail.com on 17 May 2010 at 3:41

Attachments:

GoogleCodeExporter commented 8 years ago
And here is an even simpler test case. Just run:
>intersect "_2i.ply ^ _3i.ply"

Attached polyhedrons were created with carve by uniting several triangle prisms.

Original comment by ru.el...@gmail.com on 17 May 2010 at 5:23

Attachments:

GoogleCodeExporter commented 8 years ago
Examples 2 and 3 are fixed by the latest set of commits. Example 1 is still 
causing a problem, and I'll continue to 
investigate.

Original comment by tobias.s...@gmail.com on 1 Jun 2010 at 3:27