Strumento di costruzione di FreeCAD
Introduzione
Lo Strumento per la costruzione di FreeCAD (FreeCAD build tool o fcbt) è uno script in Python ubicato in
trunc/src/Tools/fcbt.py
Può essere usato per semplificare alcune frequenti operazioni nella costruzione, distribuzione e estensione di FreeCAD.
Utilizzo
Con Python installato correttamente, fcbt può essere richiamato con il comando
python fbct.py
che visualizza un menu, in cui è possibile selezionare l'operazione che si desidera utilizzare per:
FreeCAD Build Tool
Usage:
fcbt <command name> [command parameter]
possible commands are:
- DistSrc (DS) Build a source Distr. of the current source tree
- DistBin (DB) Build a binary Distr. of the current source tree
- DistSetup (DI) Build a Setup Distr. of the current source tree
- DistSetup (DUI) Build a User Setup Distr. of the current source tree
- DistAll (DA) Run all three above modules
- NextBuildNumber (NBN) Increase the Build Number of this Version
- CreateModule (CM) Insert a new FreeCAD Module in the module directory
For help on the modules type:
fcbt <command name> ?
Al prompt inserire il comando abbreviato che si desidera utilizzare. Ad esempio digitare "CM" per creare un modulo.
DistSrc
Il comando "DS" crea una distribuzione di codice sorgente dell'albero di codice sorgente attuale.
DistBin
Il comando "DB" crea una distribuzione binaria dell'albero di codice sorgente attuale.
DistSetup
Il comando "DI" crea una distribuzione di setup dell'albero di codice sorgente attuale.
DistSetup
Il comando "DUI" crea una distribuzione di setup dell'utente dell'albero di codice sorgente attuale.
DistAll
Il comando "DA" esegue "DS", "DB" e "DI" in sequenza.
NextBuildNumber
Il comando "NBN" incrementa il numero della costruzione per creare una nuova versione di FreeCAD.
CreateModule
Il comando "CM" crea un nuovo modulo dell'applicazione.

- Installazione: Windows, Linux, Mac; Getting started
- Base: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Ambienti: Menu di base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting