Part/it: Difference between revisions

From FreeCAD Documentation
(Created page with "In FreeCAD il termine "Parte" è in genere usato per riferirsi ad una Std Part (classe {{incode|App::Part}}), un tipo di oggetto contenitore che è...")
No edit summary
Line 4: Line 4:


{{TOCright}}
{{TOCright}}
In FreeCAD il termine "[[Part/it|Parte]]" è in genere usato per riferirsi ad una [[Std_Part/it|Std Part]] (classe {{incode|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.
In FreeCAD il termine "[[Part/it|Parte]]" è in genere usato per riferirsi ad una [[Std_Part/it|Parte]] (classe {{incode|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.


See [[Std_Part|Std Part]] for more information about this type of object.
See [[Std_Part|Std Part]] for more information about this type of object.

Revision as of 21:00, 4 April 2020

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.

See Std Part for more information about this type of object.

Usage

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.