OpenSCAD CSG: Difference between revisions

From FreeCAD Documentation
(Category:Formats -> Category:File_Formats)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>

{{TOCright}}
== Import ==
<translate>
Supported Elements
== Import == <!--T:1-->
=== Supported Elements ===
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
* boolean: union, difference, intersection
* boolean: union, difference, intersection
* linearextrude, rotateextrude
* linearextrude, rotateextrude
* import (dxf, stl, off) (without scaling or transformation of origin)
* import (dxf, stl, off) (without scaling or transformation of origin)
* multmatrix
* color
* color


Unsupported Elements
=== Unsupported Elements === <!--T:2-->
* projection
* projection
* surface
* surface
Line 14: Line 17:
* cgal operations: minkowski, glide, path, subdiv, hull
* cgal operations: minkowski, glide, path, subdiv, hull


== Export ==
== Export == <!--T:3-->
=== Supported Elements ===
* primitives: Box, Cylinder, Cone, Torus
* boolean: Cut, Fuse, Common

=== Fallback === <!--T:4-->
Every object derived from Part::Feature which is not (yet) supported will get meshed and exported as a polyhedron element

== Related == <!--T:7-->

<!--T:8-->
* [[OpenSCAD Workbench]]
* [[Import Export]]
* [[FreeCAD Howto Import Export]]


</translate>
{{Userdocnavi{{#translation:}}}}
{{OpenSCAD Tools navi{{#translation:}}}}
[[Category:File_Formats{{#translation:}}]]

Latest revision as of 17:23, 19 December 2020

Other languages:

Import

Supported Elements

  • primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
  • boolean: union, difference, intersection
  • linearextrude, rotateextrude
  • import (dxf, stl, off) (without scaling or transformation of origin)
  • multmatrix
  • color

Unsupported Elements

  • projection
  • surface
  • render (ignored)
  • cgal operations: minkowski, glide, path, subdiv, hull

Export

Supported Elements

  • primitives: Box, Cylinder, Cone, Torus
  • boolean: Cut, Fuse, Common

Fallback

Every object derived from Part::Feature which is not (yet) supported will get meshed and exported as a polyhedron element

Related