App Part: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}
<translate>
<translate>


Line 18: Line 19:


<!--T:5-->
<!--T:5-->
{{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.}}
{{Caption|Simplified diagram of the relationships between the core objects in FreeCAD}}


==Usage== <!--T:6-->
==Usage== <!--T:6-->

<!--T:7-->
# 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]].


<!--T:8-->
<!--T:8-->
See the [[Std_Part|Std Part]] page for the complete information, including its use in [[Std_Part#Scripting|Scripting]].
See [[Std_Part#Usage|Std Part]].


== Properties == <!--T:9-->
== Properties == <!--T:9-->


<!--T:10-->
<!--T:11-->
See [[Std_Part#Properties|Std Part]].
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.


<!--T:11-->
See the properties in the [[Std_Part|Std Part]] page.


</translate>
</translate>
{{Std Base{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Document_objects_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 07:42, 22 February 2022

Introduction

An App Part object, or formally an App::Part, is an element that allows grouping objects in 3D space.

It was developed to be used in assemblies, as it has an Origin which serves as the positional reference for the grouped objects.

Simplified diagram of the relationships between the core objects in FreeCAD

Usage

See Std Part.

Properties

See Std Part.