Parte

From FreeCAD Documentation
Revision as of 21:01, 4 April 2020 by Stemby (talk | contribs) (Created page with "== Utilizzo ==")
Other languages:

Introduzione

In FreeCAD il termine "Parte" è in genere usato per riferirsi ad una Parte (classe App::Part), un tipo di oggetto contenitore che è definito dal sistema base. Questa Parte è usata per gestire la posizione di forme tridimensionali allo scopo di creare assemblaggi meccanici.

Si veda Parte per maggiori informazioni riguardo questo tipo d'oggetto.

Utilizzo

The Std Part tool is not defined by a particular workbench, but by the base system, thus it is found in the structure toolbar, which is available in all workbenches.

  1. Press the Std Part button. An empty Part is created and automatically becomes active.

Notes

In informal usage, a "Part" may be any geometrical figure that is visible in the 3D view, and thus its concept may be confused with that of "Body" or "Assembly".

However, when more precision is required, the distinction must be made.

  • A "Body" is used for single contiguous elements, usually created with the Part or PartDesign Workbenches.
  • A "Part" is used to group a single "Body", or several of them to form an "Assembly".
    • A "Part" has a collection of "Shapes", but doesn't have a "Shape" of its own.
  • An "Assembly" is a collection of "Parts" arranged in some way, manually, or by using an assembly workbench.