Assembly/de: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Zusammenbau mit Abhängigkeiten ===")
(Created page with "Sie können auch einen anderen, anwendbaren Baugruppenarbeitsbereich verwenden, wie A2plus, Assembly3 oder Assembly4_Workbench|A...")
Line 31: Line 31:
=== Zusammenbau mit Abhängigkeiten ===
=== Zusammenbau mit Abhängigkeiten ===


You can also use a dedicated assembly workbench, like [[A2plus_Workbench|A2plus]], [[Assembly3_Workbench|Assembly3]], or [[Assembly4_Workbench|Assembly4]]. Please note that [[Assembly2_Workbench|Assembly2]] is unmaintained, so it is not recommended for new models.
Sie können auch einen anderen, anwendbaren Baugruppenarbeitsbereich verwenden, wie [[A2plus_Workbench|A2plus]], [[Assembly3_Workbench|Assembly3]] oder [[Assembly4_Workbench|Assembly4]]. Bitte beachten Sie, dass [[Assembly2_Workbench|Assembly2]] nicht unterstützt wird, weshalb sie für neue Modelle nicht empfohlen wird.


The assembly workbenches use constraints and expressions to create relationships between the objects in your model, in order to mathematically tie the objects in place, for example, "this face should stick to this other face", "this cylinder should be concentric to that circle", "this point should follow this edge", etc.
The assembly workbenches use constraints and expressions to create relationships between the objects in your model, in order to mathematically tie the objects in place, for example, "this face should stick to this other face", "this cylinder should be concentric to that circle", "this point should follow this edge", etc.

Revision as of 09:52, 5 June 2020

Einleitung

In FreeCAD wird das Wort "Zusammenbau" normalerweise im Bezug auf ein 3D Model verwendet, das aus mehreren unterschiedlichen Teilen zusammengestellt wird. Das Modell wird auf unterschiedliche Weise zusammengestellt, um ein funktionstüchtiges Objekt zu erzeugen, wie es auch mit tatsächlich existierenden Objekten der Fall ist.

Zum Beispiel bilden eine Schraube, eine Beilagscheibe und eine Mutter eine zusammengebaute Einheit.

Links: drei einzelne beieinander liegende Teile, die mit PartDesign Körper erstellt wurden. Rechts: die einzelnen Teile zu einer Einheit in Std Part zusammengestellt.

Anwendung

Manueller Zusammenbau

Normalerweise braucht man keine speziellen Programme, um Teile zusammenzubauen. Verschiedene Körper werden einfach auf irgendeine Weise zusammengestellt.

Um die Körper wie gewünscht zu positionieren, kann

Man kann auch ähnliche Programme externe Arbeitsbereiche, wie Lattice2,Manipulator, Part-o-magic oder WorkFeature verwenden, um Schnittpunkte zu finden, Entfernungen zu messen und Objekte in der gewünschten Weise zu verteilen.

Im Allgemeinen wurde das ProgrammStd Part] als Grundbaustein für die Erstellung von Baugruppen konzipiert. Dieses programm wird verwendet, um mehrere Körper zu gruppieren und sie als Einheit, d.h. als Unterbaugruppe, zusammen zu bewegen. Anschließend kann diese Unterbaugruppe neben oder innerhalb anderer Unterbaugruppen platziert werden, um die endgültige Baugruppe zu erstellen.

Zusammenbau mit Abhängigkeiten

Sie können auch einen anderen, anwendbaren Baugruppenarbeitsbereich verwenden, wie A2plus, Assembly3 oder Assembly4. Bitte beachten Sie, dass Assembly2 nicht unterstützt wird, weshalb sie für neue Modelle nicht empfohlen wird.

The assembly workbenches use constraints and expressions to create relationships between the objects in your model, in order to mathematically tie the objects in place, for example, "this face should stick to this other face", "this cylinder should be concentric to that circle", "this point should follow this edge", etc.

This is an advanced usage of the software that is normally used in complex mechanical systems. If your model is not very complex, then using an assembly workbench may not be necessary.

Notes

As of FreeCAD 0.19, there is no official assembly workbench included by default with the system. Assembly workbenches are difficult to program because many problems need to be solved regarding the efficient use of bodies and parts in your model. Nevertheless, the introduction of the App Link object has improved the situation.

Please note that assembly workbenches are generally incompatible with each other. If you create an assembly with one of these workbenches, you should stick to it, and not use another assembly workbench to work with the same document.

The assembly workbenches continue development, and it is expected that at some point one assembly workbench will emerge as the "official" one. This could happen by promoting one of the current assembly workbenches, or by combining them to produce a more complete solution.