Julia Longtin

Results 77 comments of Julia Longtin

$RES On Tue, Mar 2, 2021, 10:52 PM Will Brickner wrote: > Oh my. I'm waiting for the cubes to stop marching right now, so yes I may > do...

.. And 8 years later... I'm in the middle of writing a slicer, and am using .stl to start with.. but as i want to break the layers always being...

The code changes to do this are pretty small. I should make this a bit more convenient and generic, so you can do this from pure haskell, or pure extopenscad....

I'm thinking i should add an implicit function passthrough to the scad engine. EG: raw3D(bbox=function_that_returns_an_r3, implicit(x,y,z)=function_that_returns_an_r); where x,y,z = position being evaluated.

``` union() { linear_extrude(height = 20, scale(h) = [h / 20]) square(10); } ``` returns: coercing OVal to a -> b isn't always safe; use a -> Maybe b (trace:...

``` linear_extrude (scale(x,y)=7) circle (10); ```

http://www.museth.org/Ken/Publications_files/Museth_TOG13.pdf

https://www.openvdb.org/documentation/

hmm. now this doesn't work at all. :D

Could you submit those as changes to the comments? the state of the haddock docs is sad, my apologies.