Corpo
Introduzione
In FreeCAD la parola "Body" (Corpo) viene normalmente utilizzata per fare riferimento a un oggetto PartDesign Body (classe PartDesign::Body
) definito dall'ambiente PartDesign. Si tratta di un oggetto contenitore che può contenere degli Schizzi 2D e delle funzioni geometriche 3D per creare una forma solida.
Per ulteriori informazioni su questo tipo di oggetto vedere Corpo di PartDesign.
Utilizzo
- Passare nell'ambiente PartDesign.
- Premere
Crea un corpo.
- Premere
Crea uno schizzo per creare un nuovo schizzo.
- Creare un contorno chiuso, quindi utilizzare
Pad di PartDesign per estrudere lo schizzo e creare un solido iniziale.
- Aggiungere altri schizzi e pad e usare altri strumenti di PartDesign per modificare e trasformare il solido iniziale.
In alternativa, invece di usare gli schizzi, si possono aggiungere funzioni primitive di PartDesign, ad esempio, un Cubo additivo. Per creare un volume finale è possibile utilizzare qualsiasi numero di funzioni additive e sottrattive.
Note
È richiesto un Corpo quando si utilizza PartDesign nella metodologia di editazione delle funzioni.
Non è necessario un Corpo quando si utilizza Part, poiché questo ambiente utilizza il flusso di lavoro detto geometria solida costruttiva, che si basa sulle forme primitive e le operazioni booleane.
- Structure tools: Part, Group
- Helper tools: Create body, Create sketch, Edit sketch, Map sketch to face
- Modeling tools
- Datum tools: Create a datum point, Create a datum line, Create a datum plane, Create a local coordinate system, Create a shape binder, Create a clone
- Additive tools: Pad, Revolution, Additive loft, Additive pipe, Additive box, Additive cone, Additive cylinder, Additive ellipsoid, Additive prism, Additive sphere, Additive torus, Additive wedge
- Subtractive tools: Pocket, Hole, Groove, Subtractive loft, Subtractive pipe, Subtractive box, Subtractive cone, Subtractive cylinder, Subtractive ellipsoid, Subtractive prism, Subtractive sphere, Subtractive torus, Subtractive wedge
- Transformation tools: Mirrored, Linear Pattern, Polar Pattern, Create MultiTransform
- Dress-up tools: Fillet, Chamfer, Draft, Thickness
- Boolean: Boolean operation
- Extras: Migrate, Shaft design wizard, Involute gear
- Contextual Menu tools: Set tip, Move object to other body, Move object after other object
- 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

- 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