App Part

From FreeCAD Documentation
Revision as of 15:00, 31 May 2020 by David69 (talk | contribs) (Created page with "{{Caption|Diagramme simplifié des relations entre les objets centraux du programme. La classe {{incode|App::Part}} est un simple conteneur qui a une position dans l'espace 3D...")
Other languages:

Introduction

Un objet App Part, ou officiellement un App::Part, est un élément qui permet de regrouper des objets dans l'espace 3D.

Il a été développé pour être utilisé dans les assemblages. Son Origin sert de référence de position pour les objets groupés.

Diagramme simplifié des relations entre les objets centraux du programme. La classe App::Part est un simple conteneur qui a une position dans l'espace 3D et a une origine pour contrôler le placement des objets regroupés sous celui-ci

Usage

  1. Press the Std Part button. An empty Part is created and automatically becomes active.
  2. To add objects to a Part, drag and drop them over the Part in the tree view.
  3. To remove objects from a Part, drag them out of the Part, and onto the document label at the top of the tree view.

See the Std Part page for the complete information, including its use in Scripting.

Properties

An App Part (App::Part class) is derived from the basic App GeoFeature (App::GeoFeature class), therefore it shares most of the latter's properties.

See the properties in the Std Part page.