[OpenSCAD] Subtraction of shapes containing coplanar faces
Bernardo Carneiro
carneiro.be at gmail.com
Tue Nov 15 14:49:47 CET 2011
Hi Giles,
thanks again for the quick answer. Here are the files. "chip" is the large
solid block I mentioned and "positive" contains two shapes that have one
common coplanar face. Here's the code I used to get the error.
module example003()
{
difference() {
import_stl("chip.stl", convexity = 5);
import_stl("positive.stl", convexity = 5);
}
}
example003();
F5 works, F6 doesn't.
Thanks again in advance.
Regards,
Bernardo
2011/11/15 Giles Bathgate <giles.bathgate at gmail.com>
> Bernardo,
>
> Sorry no I misunderstood what you were saying. Please send example
> files that reproduce the error.
>
> Regards
>
> Giles
> _______________________________________________
> OpenSCAD mailing list
> OpenSCAD at rocklinux.org
> http://rocklinux.net/mailman/listinfo/openscad
>
--
Bernardo Pires Carneiro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rocklinux.net/pipermail/openscad/attachments/20111115/b6c74fd2/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: positive.stl
Type: application/octet-stream
Size: 10484 bytes
Desc: not available
Url : http://rocklinux.net/pipermail/openscad/attachments/20111115/b6c74fd2/positive-0001.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chip.stl
Type: application/octet-stream
Size: 684 bytes
Desc: not available
Url : http://rocklinux.net/pipermail/openscad/attachments/20111115/b6c74fd2/chip-0001.obj
More information about the OpenSCAD
mailing list