Añadir un elemento OpenSCAD
|
Ubicación en el Menú
|
OpenSCAD -> Añadir un elemento OpenSCAD
|
Entornos de trabajo
|
OpenSCAD
|
Atajo de teclado por defecto
|
None
|
Ver también
|
None
|
|
Descripción
Añade un elemento OpenSCAD introduciendo código OpenSCAD en el panel de tareas y ejecutando el binario de OpenSCAD binary (requiere de OpenSCAD)
Cuando se selecciona 'una malla', OpenSCAD renderiza una malla.
Cada vez que se presiona Añadir se ejecuta el código y se importan elementos.
Esta función no proporciona ningún control de sintaxis o errores proporcionado más allá de no ofrecer un resultado de OpenSCAD.
Si los elementos no especifican la ruta a utilizar <> e incluir<> las declaraciones podrían estar rotas.
Las bibliotecas deberían ser accesibles por defecto, mientras que a los ejemplos se podría acceder así
include <../examples/example001.scad>;
incluiría el primer ejemplo conocido también como el icono de OpenSCAD
Initial set up from within FreeCAD
- OpenSCAD needs to be installed on your computer before FreeCAD will have this functionality
- install OpenSCAD in the appropriate manner for your operating system. See the OpenSCAD web site for more information
- FreeCAD needs to be told where to find the OpenSCAD executable
- Switch to the OpenSCAD Workbench Menu -> View Workbench -> OpenSCAD
- Open the preferences dialog Menu -> Edit -> Preferences
- Click on "OpenSCAD" on the left plane
- Click on the button labled "..." in General Settings -> General OpenSCAD Settings -> OpenSCAD executable to browser the directory or enter the path (e.g. Ubuntu based Linux distributions /usr/bin/openscad) directly into the line input right to the button
- close and restart FreeCAD, a new OpenSCAD icon will appear on the tool bar, and in the OpenSCAD menu, in the FreeCAD OpenSCAD workbench
- It is also possible to add another optional Parameter which controls the maximum sides of a polygon before it is considered a circle (fn).
Starting from FreeCAD Version 0.14, FreeCAD will search for the OpenSCAD executable if the setting mentioned above is empty.