OpenSCAD AddOpenSCADElement: Difference between revisions

From FreeCAD Documentation
m (template fr)
Line 13: Line 13:
Libraries should be accessibles as usual, whereas example can be reached as stated below
Libraries should be accessibles as usual, whereas example can be reached as stated below
<pre>include <../examples/example001.scad>;</pre>
<pre>include <../examples/example001.scad>;</pre>
would include the first example also known as the OpenSCAD icon
would include the first examples also known as the OpenSCAD icon


{{languages | {{es|OpenSCAD_AddOpenSCADElement/es}} {{fr|OpenSCAD_AddOpenSCADElement/fr}} }}
{{languages | {{es|OpenSCAD_AddOpenSCADElement/es}} {{fr|OpenSCAD_AddOpenSCADElement/fr}} }}

Revision as of 19:23, 18 September 2012

OpenSCAD_AddOpenSCADElement

Menu location
OpenSCAD -> Add OpenSCAD Element
Workbenches
OpenSCAD
Default shortcut
None
Introduced in version
-
See also
None

Description

Add an OpenSCAD element by entering OpenSCAD code into the task panel and executing the OpenSCAD binary (requires OpenSCAD)

When 'as mesh' is selected, OpenSCAD renders a Mesh.

Each time Add is pressed the OpenSCAD code is executed and elements are imported.

This function does not provide any syntax check or error providing beyond a missing OpenSCAD output. If elements are missing the path specification for use<> and include<> statements might be broken.

Libraries should be accessibles as usual, whereas example can be reached as stated below

include <../examples/example001.scad>;

would include the first examples also known as the OpenSCAD icon

Available translations of this page: