Assembly/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Man kann auch ähnliche Programme externe Arbeitsbereiche, wie Lattice2,Manipulator, Part-o-magic oder WorkFeature verwenden, um Schnittpunkte zu find...")
Line 23: Line 23:
*die Eigenschaft [[Placement|Position]] - im Editor [[property_editor|Eigenschaften]] angepaßt werden.
*die Eigenschaft [[Placement|Position]] - im Editor [[property_editor|Eigenschaften]] angepaßt werden.


You may use one of the pseudo-assembly [[external_workbenches|external workbenches]], like Lattice2, Manipulator, Part-o-magic, or WorkFeature, to help you find intersections, measure distances, and distribute your objects in the desired way.
Man kann auch ähnliche Programme [[external_workbenches|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.


In general, the [[Std_Part|Std Part]] object was designed to serve as the basic building block to create assemblies. This object is used to group several [[body|bodies]] and move them together as a unit, that is, as a sub-assembly. Then this sub-assembly can be placed next to, or used inside of other sub-assemblies in order to create the final assembly.
In general, the [[Std_Part|Std Part]] object was designed to serve as the basic building block to create assemblies. This object is used to group several [[body|bodies]] and move them together as a unit, that is, as a sub-assembly. Then this sub-assembly can be placed next to, or used inside of other sub-assemblies in order to create the final assembly.

Revision as of 09:41, 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 Werkzeuge, 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.

In general, the Std Part object was designed to serve as the basic building block to create assemblies. This object is used to group several bodies and move them together as a unit, that is, as a sub-assembly. Then this sub-assembly can be placed next to, or used inside of other sub-assemblies in order to create the final assembly.

Constrained assembly

You can also use a dedicated assembly workbench, like A2plus, Assembly3, or Assembly4. Please note that Assembly2 is unmaintained, so it is not recommended for new models.

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.