OpenSCAD CSG: Difference between revisions

From FreeCAD Documentation
(Category and translate)
(Category:Formats -> Category:File_Formats)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{TOCright}}
<translate>
<translate>
== Import ==
== Import == <!--T:1-->
=== Supported Elements ===
=== Supported Elements ===
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
* primitives: cube, sphere, cylinder, square, circle, polygon, polyhedron
Line 9: Line 11:
* color
* color


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


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


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


== Related == <!--T:7-->
[[Category:User Documentation]]

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


</translate>
</translate>
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{OpenSCAD Tools navi{{#translation:}}}}
<languages/>
[[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