discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Apparently inconsistent behavior in for loop:

N
NateTG
Sat, Mar 24, 2018 3:39 PM

In the attached code, if I set the loop on line 440 to [39:39] or [40:40] it
produces geometry on a F6 render, but [39:40] does not.  Am I missing
something?

roof.scad http://forum.openscad.org/file/t2140/roof.scad

--
Sent from: http://forum.openscad.org/

In the attached code, if I set the loop on line 440 to [39:39] or [40:40] it produces geometry on a F6 render, but [39:40] does not. Am I missing something? roof.scad <http://forum.openscad.org/file/t2140/roof.scad> -- Sent from: http://forum.openscad.org/
MK
Marius Kintel
Sat, Mar 24, 2018 8:12 PM

On Mar 24, 2018, at 11:39 AM, NateTG nate-openscadforum@pedantic.org wrote:

In the attached code, if I set the loop on line 440 to [39:39] or [40:40] it
produces geometry on a F6 render, but [39:40] does not.  Am I missing
something?

Looks like CGAL complains about the union.
If you manage to isolate this into a minimal example with only those two objects, that would be a great bug report to submit to https://github.com/openscad/openscad/issues

-Marius

> On Mar 24, 2018, at 11:39 AM, NateTG <nate-openscadforum@pedantic.org> wrote: > > In the attached code, if I set the loop on line 440 to [39:39] or [40:40] it > produces geometry on a F6 render, but [39:40] does not. Am I missing > something? > Looks like CGAL complains about the union. If you manage to isolate this into a minimal example with only those two objects, that would be a great bug report to submit to https://github.com/openscad/openscad/issues -Marius