bobc / carve

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

Another boolean operation error case #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load source, load sub
2. Subtract sub from source: source = source - sub will get an error object 
(the part of sub are still in the result) 
3.

What is the expected output? What do you see instead?
the sub should be subtracted from source

What version of the product are you using? On what operating system?
latest version. Windows 7 64bit.

Please provide any additional information below.
See attachment.

Original issue reported on code.google.com by tanglaoy...@gmail.com on 8 Sep 2014 at 4:37

Attachments:

GoogleCodeExporter commented 8 years ago
Progress: result is OK after added (UNION) two boxes at two ends of sub object, 
so there are some bugs. Wish bug fix soon!

Thanks,
Tang Laoya

Original comment by tanglaoy...@gmail.com on 9 Sep 2014 at 7:29