Modello
Jump to navigation
Jump to search
Introduzione
In FreeCAD il termine "Modello" è solitamente usato per riferirsi ad un qualunque oggetto 3D, o ad una collezione di oggetti, creati nella Vista 3D.
In altri termini, un "Modello" può essere qualsiasi cosa creata dagli strumenti di FreeCAD, come l'ambiente Part Design o qualunque altro ambiente di lavoro.
Note
Nell'uso informale, il termine "Disegno" può essere usato con lo stesso significato di "Modello". Tuttavia, quando è richiesta maggiore precisione, bisogna distinguere.
- Un "Modello" è qualunque oggetto 3D o 2D creato nella Vista 3D, come un Corpo di PartDesign, o una Parte contenente vari di questi Corpi.
- Un "Disegno" (Drawing in inglese e Disegno tecnico in italiano) è esclusivamente una proiezione 2D di questo "Modello", solitamente creato con gli strumenti dell'ambiente TechDraw. Questo "Disegno" è di solito pensato per la stampa o per l'esportazione.
- Il "Modello" è in genere l'oggetto reale inteso per la produzione, mentre il "Disegno" è una rappresentazione ausiliare piatta di questo "Modello" che verrà usata come fonte e per la documentazione.
Oggetti del documento
- Cuore: App DocumentObject
- Base: App FeaturePython, App GeoFeature, Part Feature, Mesh Feature, Fem FemMeshObject
- Forme interne: Part TopoShape, Mesh MeshObject, Fem FemMesh
- Struttura: App DocumentObjectGroup (Std Group), App Part (Std Part), App Link
- Derivate: Part Part2DObject, Sketcher SketchObject, PartDesign Body, PartDesign Feature
Documentazione utente

- 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