App Part/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "==Utilisation==")
No edit summary
 
(12 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 du programme. La classe {{incode|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}}
{{Caption|Diagramme simplifié des relations entre les objets centraux dans Freecad}}


==Utilisation==
==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.