Import OpenSCAD code: Difference between revisions

From FreeCAD Documentation
(Created page with "<translate> <!--T:1--> {{TutorialInfo |Topic= Import OpenSCAD code |Level= Beginner |Time= 30 minutes |Author=r-frank |FCVersion=0.16.6703 |Files= }} == Introduction == <!--T...")
 
No edit summary
Line 11: Line 11:


== Introduction == <!--T:2-->
== Introduction == <!--T:2-->
OpenSCAD is a 3D CAD programm using the same geometric core as FreeCAD (OCCT).<br />
But while FreeCAD uses a visual approach OpenSCAD uses a programming interface to perform 3D operations.<br />
The OpenSCAD workbench can be used to import OpenSCAD object code and to have access to some of the<br />
mesh operations possible with OpenSCAD.


== Installing OpenSCAD == <!--T:3-->
== Installing OpenSCAD == <!--T:3-->

Revision as of 07:29, 1 July 2016

Tutorial
Topic
Import OpenSCAD code
Level
Beginner
Time to complete
30 minutes
Authors
r-frank
FreeCAD version
0.16.6703
Example files
See also
None

Introduction

OpenSCAD is a 3D CAD programm using the same geometric core as FreeCAD (OCCT).
But while FreeCAD uses a visual approach OpenSCAD uses a programming interface to perform 3D operations.
The OpenSCAD workbench can be used to import OpenSCAD object code and to have access to some of the
mesh operations possible with OpenSCAD.

Installing OpenSCAD

Configuring OpenSCAD workbench in FreeCAD

The sample model

Importing the model in FreeCAD