We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See README.md for an introduction to ImplicitCAD.
ImplicitCad generally supports most of OpenScad language with some extensions. See the OpenSCAD User Manual, in particular the OpenSCAD Language
;
{
}
name = expression;
[
]
,
//
/* ... */
true
false
for ( name = ... ) { ... }
if ( ... ) { ... }
else { ... }
sphere
cube
square
cylinder
circle
polygon
union
intersection
difference
translate
rotate
scale
linear_extrude
shell
use <...>
include <...>
model