Part Builder/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beschreibung== Ein Werkzeug zur Erstellung von komplexeren Formen aus verschiedenen parametrischen geometrischen Grundkörpern.")
(Updating to match new version of source page)
Line 27: Line 27:
##Click on {{KEY| Create}}
##Click on {{KEY| Create}}
##Object will be created in 3D view and will be listed in tree view
##Object will be created in 3D view and will be listed in tree view
#Wire from edges {{Version|0.18}}##Select a set of adjacent edges in the 3D view
#Wire from edges {{Version|0.18}}
##Select a set of adjacent edges in the 3D view
##Click on {{KEY| Create}}
##Click on {{KEY| Create}}
#Face from edges
#Face from edges

Revision as of 08:56, 9 April 2019

Part Shapebuilder

Menüeintrag
Formteil → Shapebuilder...
Arbeitsbereich
Part
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Part Grundkörper erstellen

Beschreibung

Ein Werkzeug zur Erstellung von komplexeren Formen aus verschiedenen parametrischen geometrischen Grundkörpern.

Use

This tool will let you create shapes by creating

  1. Edge from two vertices
  2. Face from vertices
    1. Select vertices bounding the face in the 3D view
    2. Select if face should be planar
    3. Click on Create
    4. Object will be created in 3D view and will be listed in tree view
  3. Wire from edges introduced in version 0.18
    1. Select a set of adjacent edges in the 3D view
    2. Click on Create
  4. Face from edges
    1. Select a closed set of edges bounding the face in the 3D view
    2. Select if face should be planar
    3. Click on Create
    4. Object will be created in 3D view and will be listed in tree view
  5. Shell from faces
    1. Select faces in the 3D view
    2. Select if the shape should be refined
    3. Select if all faces should be included in shell
    4. Click on Create
    5. Object will be created in 3D view and will be listed in tree view
  6. Solid from shell
    1. Select if the shape should be refined
    2. Click on Create
    3. Object will be created in 3D view and will be listed in tree view

Einschränkungen


Notes

A possible workflow could be:

  • Draw a wireframe-model of your shape using the tools in the draft-workbench (for example line and dwire)
  • Create all faces with "face from edges"
  • Create a "shell from faces"
  • Create a "solid from shell"