Anwendung Teil

From FreeCAD Documentation
Revision as of 11:20, 25 July 2020 by Maker (talk | contribs) (Created page with "Es wurde für die Verwendung in Baugruppen entwickelt, da es über einen {{MenuCommand/de|Ursprung}} verfügt, der als Positionsreferenz für die gruppierten Objekte dient.")

Einführung

Ein App Part Objekt oder formal ein App::Part ist ein Element, das die Gruppierung von Objekten im 3D Raum ermöglicht.

Es wurde für die Verwendung in Baugruppen entwickelt, da es über einen Template:MenuCommand/de verfügt, der als Positionsreferenz für die gruppierten Objekte dient.

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.