App Part/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "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.")
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}


== Introduction ==
== Introduction ==
Line 11: Line 12:
[[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.}}


==Usage==
==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:}}}}

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

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.