ImplicitCAD icon indicating copy to clipboard operation
ImplicitCAD copied to clipboard

Crash: coercing OVal to a -> b isn't always safe; use a -> Maybe b

Open julialongtin opened this issue 4 years ago • 2 comments

If you open the default object on the implicitcad website, and replace "twist(h)" with "twist(d)", the engine throws an exception

coercing OVal to a -> b isn't always safe; use a -> Maybe b (trace: -4.0 -> Execution Error:
prod takes only lists or nums )

julialongtin avatar Jan 06 '21 19:01 julialongtin

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: 0.0 -> [0.0] )

julialongtin avatar Jan 07 '21 20:01 julialongtin

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

julialongtin avatar Jan 08 '21 20:01 julialongtin