Corpo

From FreeCAD Documentation
Revision as of 21:05, 30 December 2019 by Renatorivo (talk | contribs) (Created page with "# Passare nell'ambiente PartDesign. # Premere {{Button|16px Crea un corpo}}. # Premere {{Button...")

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

  1. Passare nell'ambiente PartDesign.
  2. Premere Crea un corpo.
  3. Premere Crea uno schizzo per creare un nuovo schizzo.
  4. Creare un disegno chiuso, quindi utilizzare Pad di PartDesign per estrudere lo schizzo e creare un solido iniziale.
  5. Aggiungere altri schizzi e pad e usare altri strumenti di PartDesign per modificare e trasformare il solido iniziale.

Alternatively, instead of using sketches, you can add primitive PartDesign Features, for example, a PartDesign Additive box. Any number of additive and subtractive features can be used to create a final volume.

Notes

A Body is required when using the PartDesign Workbench in a feature editing methodology.

A Body is not required when using the Part Workbench, as this workbench uses a constructive solid geometry workflow, which is based on primitive shapes and boolean operations.