peoplepilot / carve

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

Can't run test_slice and CSG::ALL #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to run test_slice in test_slice, but it shows many errors. What 
could be wrong?

FACE LOOP ERROR: 0x65a960-0x65ae38 : 1
FACE LOOP ERROR: 0x65a7a8-0x65f7f0 : 1
FACE LOOP ERROR: 0x65a6e0-0x65ab90 : 1
FACE LOOP ERROR: 0x65aaa0-0x65af78 : 1
FACE LOOP ERROR: 0x65a820-0x65acd0 : -1
FACE LOOP ERROR: 0x65a898-0x65ad70 : 1
FACE LOOP ERROR: 0x65a848-0x65acf8 : -1
FACE LOOP ERROR: 0x65a8c0-0x65ad98 : 1
FACE LOOP ERROR: 0x65aaf0-0x65afa0 : -1
FACE LOOP ERROR: 0x65aa00-0x65aed8 : 1
FACE LOOP ERROR: 0x65a780-0x65ac30 : 1
FACE LOOP ERROR: 0x65a988-0x65f750 : 1

I also want to join many polyhedron by using "CSG::ALL" to keep the coplanar. 
However, this operator only accept two polyhedron. It will show simillar error 
message when I try to join 3 or more polyhedron. How should I do this?

Thanks

Original issue reported on code.google.com by fairfax....@gmail.com on 11 Apr 2013 at 9:24