discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

roof(method=straight) CGAL problems?

R
Rudolf
Sun, Jul 20, 2025 8:22 AM

Have a look at the two different roof() calls in the simplistic piece of
code. Uncommenting the "straight" option seems to create a CGAL problem
with F6. I tracked down this effect from a more complex code for a logo
import (SVG) that renders fine with F6 but seems to ignore the cube in
straight mode only.

difference()
{
//  roof(method = "voronoi")
  roof(method = "straight")
  text("hallo world");
  translate([-1,-1, .2]) cube([80, 12, 1]);
}

Rudolf

Have a look at the two different roof() calls in the simplistic piece of code. Uncommenting the "straight" option seems to create a CGAL problem with F6. I tracked down this effect from a more complex code for a logo import (SVG) that renders fine with F6 but seems to ignore the cube in straight mode only. difference() { //  roof(method = "voronoi")   roof(method = "straight")   text("hallo world");   translate([-1,-1, .2]) cube([80, 12, 1]); } Rudolf
I
Ivo
Mon, Jul 21, 2025 4:22 PM

))As,A Zzz,,/Zz,as,z,,zas7,,,,),(777(,7,(,777,

On Sun, 20 Jul 2025, 10:22 Rudolf via Discuss, discuss@lists.openscad.org
wrote:

Have a look at the two different roof() calls in the simplistic piece of
code. Uncommenting the "straight" option seems to create a CGAL problem
with F6. I tracked down this effect from a more complex code for a logo
import (SVG) that renders fine with F6 but seems to ignore the cube in
straight mode only.

difference()
{
//  roof(method = "voronoi")
roof(method = "straight")
text("hallo world");
translate([-1,-1, .2]) cube([80, 12, 1]);
}

Rudolf


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

))As,A Zzz,,/Zz,as,z,,zas7,,,,),(777(,7,(,777, On Sun, 20 Jul 2025, 10:22 Rudolf via Discuss, <discuss@lists.openscad.org> wrote: > Have a look at the two different roof() calls in the simplistic piece of > code. Uncommenting the "straight" option seems to create a CGAL problem > with F6. I tracked down this effect from a more complex code for a logo > import (SVG) that renders fine with F6 but seems to ignore the cube in > straight mode only. > > difference() > { > // roof(method = "voronoi") > roof(method = "straight") > text("hallo world"); > translate([-1,-1, .2]) cube([80, 12, 1]); > } > > Rudolf > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >