OpenSCAD AddOpenSCADElement/ro: Difference between revisions

From FreeCAD Documentation
(Created page with "Dacă OpenSCAD revine cu succes, mesajele sale sunt afișate ca avertismente în fereastra raportului. Acesta va fi cazul în cazul în care calea către fișierele importate,...")
No edit summary
Line 29: Line 29:
*It is also possible to add another optional Parameter which controls the maximum sides of a polygon before it is considered a circle (fn).
*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.
Pornind de la FreeCAD Version 0.14, FreeCAD va căuta executabilul OpenSCAD dacă setarea menționată mai sus este goală.

Revision as of 08:50, 7 November 2018

OpenSCAD AddOpenSCADElement

poziția meniului
OpenSCAD -> Add OpenSCAD Element
Ateliere
OpenSCAD
scurtătură
nici unul
Prezentat în versiune
-
A se vedea, de asemenea,
nici unul

Descriere

Adăugați un element OpenSCAD introducând cod OpenSCAD în panoul de activități și executând binarul OpenSCAD (necesită OpenSCAD).

Atunci când o plasă 'as mesh' este selectată OpenSCAD randează o Mesh.

De fiecare dată când se execută codul openSCAD și se importă elemente.

Dacă OpenSCAD revine cu succes, mesajele sale sunt afișate ca avertismente în fereastra raportului. Acesta va fi cazul în cazul în care calea către fișierele importate, incluse și utilizate nu este corectată. În cazul unor rezultate nedorite, este recomandat să consultați ferestrele de raport, deoarece ar putea exista multe alte rezultate create pe durata importului. Dacă OpenSCAD eșuează, mesajele sale vor fi înregistrate ca erori. Bibliotecile trebuie să fie accesibile ca de obicei, în timp ce exemplul poate fi atins după cum se arată mai jos

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

would include the first examples also known as the OpenSCAD icon

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).

Pornind de la FreeCAD Version 0.14, FreeCAD va căuta executabilul OpenSCAD dacă setarea menționată mai sus este goală.