55 lines
2.8 KiB
HTML
55 lines
2.8 KiB
HTML
<html><head><title>OpenSCAD CSG</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>OpenSCAD CSG</h1></div>
|
|
|
|
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
|
|
<ul>
|
|
<li class="toclevel-1 tocsection-1"><a href="#Import"><span class="tocnumber">1</span> <span class="toctext">Import</span></a>
|
|
<ul>
|
|
<li class="toclevel-2 tocsection-2"><a href="#Supported_Elements"><span class="tocnumber">1.1</span> <span class="toctext">Supported Elements</span></a></li>
|
|
<li class="toclevel-2 tocsection-3"><a href="#Unsupported_Elements"><span class="tocnumber">1.2</span> <span class="toctext">Unsupported Elements</span></a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toclevel-1 tocsection-4"><a href="#Export"><span class="tocnumber">2</span> <span class="toctext">Export</span></a>
|
|
<ul>
|
|
<li class="toclevel-2 tocsection-5"><a href="#Supported_Elements_2"><span class="tocnumber">2.1</span> <span class="toctext">Supported Elements</span></a></li>
|
|
<li class="toclevel-2 tocsection-6"><a href="#Fallback"><span class="tocnumber">2.2</span> <span class="toctext">Fallback</span></a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<h2><span class="mw-headline" id="Import">Import</span></h2>
|
|
<h3><span class="mw-headline" id="Supported_Elements">Supported Elements</span></h3>
|
|
<ul><li> primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron</li>
|
|
<li> boolean: union, difference, intersection</li>
|
|
<li> linearextrude, rotateextrude</li>
|
|
<li> import (dxf, stl, off) (without scaling or transformation of origin)</li>
|
|
<li> multmatrix</li>
|
|
<li> color</li></ul>
|
|
<h3><span class="mw-headline" id="Unsupported_Elements">Unsupported Elements</span></h3>
|
|
<ul><li> projection</li>
|
|
<li> surface</li>
|
|
<li> render (ignored)</li>
|
|
<li> cgal operations: minkowski, glide, path, subdiv, hull</li></ul>
|
|
<h2><span class="mw-headline" id="Export">Export</span></h2>
|
|
<h3><span class="mw-headline" id="Supported_Elements_2">Supported Elements</span></h3>
|
|
<ul><li> primitives: Box, Cylinder, Cone, Torus</li>
|
|
<li> boolean: Cut, Fuse, Common</li></ul>
|
|
<h3><span class="mw-headline" id="Fallback">Fallback</span></h3>
|
|
<p>Every object derived from Part::Feature which is not (yet) supported will get meshed and exported as a polyhedron element
|
|
</p>
|
|
<div style="clear:both"></div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div><div class="printfooter">
|
|
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=OpenSCAD_CSG&oldid=84362">http://www.freecadweb.org/wiki/index.php?title=OpenSCAD_CSG&oldid=84362</a>"</div>
|
|
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mw-navigation">
|
|
<h2>Navigation menu</h2>
|
|
|
|
</body></html> |