App Part/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "App Part")
 
No edit summary
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}


== Introduction ==
== Introduction ==
Line 5: Line 6:
[[File:Geofeaturegroup.svg|32px]]
[[File:Geofeaturegroup.svg|32px]]


An [[App_Part|App Part]] object, or formally an {{incode|App::Part}}, is an element that allows grouping objects in 3D space.
Un objet [[App_Part/fr|App Part]], ou officiellement un {{incode|App::Part}}, est un élément qui permet de regrouper des objets dans l'espace 3D.


It was developed to be used in assemblies, as it has an {{MenuCommand|Origin}} which serves as the positional reference for the grouped objects.
Il a été développé pour être utilisé dans les assemblages. Son {{MenuCommand|Origin}} sert de référence de position pour les objets groupés.


[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Diagramme simplifié des relations entre les objets centraux dans Freecad}}
{{Caption|Simplified diagram of the relationships between the core objects in the program. The {{incode|App::Part}} class is a simple container that has a position in 3D space, and has an Origin to control the placement of the objects grouped under it.}}


== How to use ==
==Utilisation==


Voir [[Std_Part/fr#Utilisation|Std Part]].
# Press the {{Button|[[File:Std_Part.svg|16px]] [[Std_Part|Std Part]]}} button. An empty Part is created and automatically becomes ''[[Std_Part#Active_status|active]]''.
# To add objects to a Part, drag and drop them over the Part in the [[tree_view|tree view]].
# To remove objects from a Part, drag them out of the Part, and onto the document label at the top of the [[tree_view|tree view]].


== Propriétés ==
See the [[Std_Part|Std Part]] page for the complete information, including its use in [[Std_Part#Scripting|Scripting]].


Voir [[Std_Part/fr#Propri.C3.A9t.C3.A9s|Std Part]].
== Properties ==


An [[App_Part|App Part]] ({{incode|App::Part}} class) is derived from the basic [[App_GeoFeature|App GeoFeature]] ({{incode|App::GeoFeature}} class), therefore it shares most of the latter's properties.


{{Std_Base_navi{{#translation:}}}}
See the properties in the [[Std_Part|Std Part]] page.
{{Document_objects_navi{{#translation:}}}}

{{Userdocnavi{{#translation:}}}}
{{Std Base}}
{{Document objects navi}}
{{Userdocnavi}}

Latest revision as of 09:05, 22 February 2022

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 dans Freecad

Utilisation

Voir Std Part.

Propriétés

Voir Std Part.