Part Module/de: Difference between revisions

From FreeCAD Documentation
(Created page with 'Die CAD-Fähigkeiten von FreeCAD basieren auf dem [http://en.wikipedia.org/wiki/Open_CASCADE OpenCasCade] kernel. Das Part-modul erlaubt FreeCAD den Zugriff und die Nutzung von O…')
 
No edit summary
Line 38: Line 38:


The main data structure used in the Part module is the [http://en.wikipedia.org/wiki/Boundary_representation BRep] data type from OpenCascade.
The main data structure used in the Part module is the [http://en.wikipedia.org/wiki/Boundary_representation BRep] data type from OpenCascade.
About all contents and object types of the Part module are now available to python scripting. This includes geometric primitives, such as Line and Circle (or Arc), and the whole range of TopoShapes, like Vertexes, Edges, Wires, Faces, Solids and Compounds. For each of those objects, several creations methods exist, and for some of them, especially the TopoShapes, advanced operations like booleans union/difference/intersection are also available. Explore the contents of the Part module, as described in the [[FreeCAD Scripting Basics]] page, to know more.
About all contents and object types of the Part module are now available to python scripting. This includes geometric primitives, such as Line and Circle (or Arc), and the whole range of TopoShapes, like Vertexes, Edges, Wires, Faces, Solids and Compounds. For each of those objects, several creations methods exist, and for some of them, especially the TopoShapes, advanced operations like booleans union/difference/intersection are also available. Erkunden Sie die Inhalte des Part-Moduls, wie auf der [[FreeCAD Scripting Grundlagen]]-Seite beschrieben, um mehr zu erfahren.


=== Examples ===
=== Beispiele ===


To create a line element switch to the Python console and type in:
To create a line element switch to the Python console and type in:

Revision as of 18:21, 6 June 2011

Die CAD-Fähigkeiten von FreeCAD basieren auf dem OpenCasCade kernel. Das Part-modul erlaubt FreeCAD den Zugriff und die Nutzung von OpenCasCade-Objekten und Funktionen. OpenCascade ist ein professioneller CAD-Kernel, der erweiterte Funktionen zur 3D-Geometrie Manipulation und Objekten bereitstellt. Die Part-Objekte, sind im Gegensatz zu Mesh-Module/de Objekten viel komplexer, und erlauben somit deutlich fortgeschrittenere Operationen, wie kohärent Boolsche Operationen, Änderungs-Historie und Parametrisches Verhalten.

Beispiel eines Form-Teils in FreeCAD

Die Werkzeuge

Die Part-Modul-Werkzeuge sind alle im Part Menü, welches erscheint, wenn Sie das Part-Modul laden.

Template:Part Tools

Boolsche Operationen

Beispiele zu Vereinigung (Fuse), Teilbereich (Common) und Differenz (Cut)
Beispiele zu Vereinigung (Fuse), Teilbereich (Common) und Differenz (Cut)

Beispiele zu Vereinigung (Fuse), Teilbereich (Common) und Differenz (Cut)

Erläuterung der Konzepte

Noch in Arbeit . . . .

Der Mesh Arbeitsbereich
Der Zeichnungs-Arbeitsbereich
Available translations of this page: Template:Se