Template:Jscad

From BITPlan Wiki
Revision as of 16:29, 16 June 2019 by Wf (talk | contribs) (Undo revision 9242 by Wf (talk))
Jump to navigation Jump to search

Usage

{{jscad|title=OpenJSCAD example|code=function main() {
    return CSG.cube();
}
}}

Example

OpenJSCAD example

Playground

You can try out modifications of the source code right here.

Source code

function main() {
    return CSG.cube();
}