Surface Workbench

From FreeCAD Documentation
Revision as of 22:59, 2 October 2020 by Vocx (talk | contribs) (Move limitations section to Surface_Filling, as they mostly apply to it)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Surface workbench icon

Introduction

The Surface Workbench introduced in FreeCAD 0.17 provides tools to create and modify simple NURBS surfaces. These tools have a similar functionality to the Part Builder tool when the Face from edges option is used. However, unlike that tool, the tools of the Surface Workbench are parametric and provide additional options. In this respect, the tools in this workbench are similar to PartDesign AdditiveLoft and PartDesign AdditivePipe.

Some of the features provided are:

  • Creation of surfaces from boundary edges.
  • Alignment of the curvature from neighboring faces.
  • Constraining of surfaces to additional curves and vertices.
  • Extension of faces.
  • A mesh can be used as a template to create spline curves on its surface.

Usage

The Surface Workbench intends to create faces with shapes, which is not possible to do with the standard tools in other workbenches. The OCCT kernel gives as example a rectangular box with a rounded corners of different radii.

Surface created with sketches placed in datum planes with the tools of the PartDesign Workbench

The Surface Workbench integrates with other workbenches of FreeCAD. The above example was created from Sketches placed on PartDesign Datum planes in the PartDesign Workbench. The design can be fully parametric if all datum planes and sketches are defined accordingly. In most cases it is sufficient to draw a closed sketch to define the boundary of a face, and then use different options to further modify its shape.

As of FreeCAD v0.17, the generated surface cannot be placed inside a PartDesign Body. However, the generated surface can be contained inside a Std Part together with the associated Body that holds the datum planes and sketches. The non parametric Part Builder tool can then be used in order to create a shell and finally a solid.

Tools

  • Filling: fills a series of boundary curves with a surface. The surface can be modified by adding constraint curves and vertices. The surface changes its shape so that the surface goes through the added constraint elements.
  • Fill boundary curves: creates a surface from two, three or four boundary edges. Three different filling modes are available: Stretch, Coons, Curved.