MOOC Workbench/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Ambienti aggiuntivi ==")
(Created page with "Gli ambienti di FreeCAD sono facili da programmare in Python, quindi ci sono molte persone che sviluppano ambienti aggiuntivi al di fuori degli sviluppatori prin...")
Line 25: Line 25:
== Ambienti aggiuntivi ==
== Ambienti aggiuntivi ==


Gli ambienti di FreeCAD sono facili da programmare in [[Python/it|Python]], quindi ci sono molte persone che sviluppano ambienti aggiuntivi al di fuori degli sviluppatori principali di FreeCAD.
FreeCAD workbenches are easy to program in [[Python|Python]], there are therefore many people developing additional workbenches outside of the FreeCAD main developers.


The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.
The [[external workbenches|external workbenches]] page has some information and tutorials on some of them, and the [https://github.com/FreeCAD/FreeCAD-addons FreeCAD Addons] project aims at gathering them and making them easily installable from within FreeCAD.

Revision as of 17:07, 12 July 2019

Other languages:

File:Mooc-workbench.png

Descrizione

MOOC è un ambiente esternoh con cui è possibile seguire tutorial interattivi e fare la valutazione del proprio lavoro direttamente nell'interfaccia di FreeCAD.

MOOC offre 2 strumenti, tutorial interattivi e valutazioni.

Interactive tutorials (also called Player) are step-by-step guided exercises with objective checks. It launches directly into FreeCAD and allows you to advance step by step in the modeling of an object. The user has a text, a video and above all a check that the objectives have been achieved.

Evaluations (also called Grader) consist of a small program that checks certain criteria of a FreeCAD document, for example, the presence of a part body, a sketch or the final volume.


Installazione

This workbench can be easily installed and updated from the Addon Manager available in FreeCAD 0.17 and above. For FreeCAD 0.16 users and other install methods, please refer to installing additional contents.

Link

  • Source code hosted on Framagit: [1]
  • Official complete [2]


Ambienti aggiuntivi

Gli ambienti di FreeCAD sono facili da programmare in Python, quindi ci sono molte persone che sviluppano ambienti aggiuntivi al di fuori degli sviluppatori principali di FreeCAD.

The external workbenches page has some information and tutorials on some of them, and the FreeCAD Addons project aims at gathering them and making them easily installable from within FreeCAD.

New workbenches are in development, stay tuned!