App Part/de: Difference between revisions

From FreeCAD Documentation
(Created page with "== Einführung ==")
 
No edit summary
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{TOCright}}


<span id="Introduction"></span>
== Einführung ==
==Einleitung==


[[File:Geofeaturegroup.svg|32px]]
[[File:Geofeaturegroup.svg|32px]]


An [[App_Part|App Part]] object, or formally an {{incode|App::Part}}, is an element that allows grouping objects in 3D space.
Ein [[App_Part/de|Anwendung Teil]] Objekt oder formal ein {{incode|App::Part}} ist ein Element, das die Gruppierung von Objekten im 3D Raum ermöglicht.


It was developed to be used in assemblies, as it has an {{MenuCommand|Origin}} which serves as the positional reference for the grouped objects.
Es wurde für die Verwendung in Baugruppen entwickelt, da es über einen {{MenuCommand|Ursprung}} verfügt, der als Positionsreferenz für die gruppierten Objekte dient.


[[File:FreeCAD_core_objects.svg|800px]]
[[File:FreeCAD_core_objects.svg|800px]]


{{Caption|Vereinfachtes Diagramm der Beziehungen zwischen den Kernobjekten in 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==
<span id="Usage"></span>
==Anwendung==


Siehe [[Std_Part/de#Anwendung|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]].


<span id="Properties"></span>
See the [[Std_Part|Std Part]] page for the complete information, including its use in [[Std_Part#Scripting|Scripting]].
== Eigenschaften ==


Siehe [[Std_Part/de#Eigenschaften|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 13:31, 25 November 2023

Einleitung

Ein Anwendung Teil 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 Ursprung verfügt, der als Positionsreferenz für die gruppierten Objekte dient.

Vereinfachtes Diagramm der Beziehungen zwischen den Kernobjekten in FreeCAD

Anwendung

Siehe Std Part.

Eigenschaften

Siehe Std Part.