App Part: Difference between revisions

From FreeCAD Documentation
m (Changed the section to 'Usage')
No edit summary
Line 38: Line 38:
See the properties in the [[Std_Part|Std Part]] page.
See the properties in the [[Std_Part|Std Part]] page.


<!--T:12-->
{{Std Base}}
{{Document objects navi}}
{{Userdocnavi}}
</translate>
</translate>
{{Std Base{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 18:03, 19 February 2020

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 the program. The 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

  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.