Sketch

From FreeCAD Documentation
Revision as of 18:46, 10 December 2019 by Vocx (talk | contribs) (New page explaining briefly what a Sketch is. More information is in Sketcher_SketchObject.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

In FreeCAD the word "Sketch" is normally used to refer to the Sketcher SketchObject (class Sketcher::SketchObject) that is created by the Sketcher Workbench.

How to use

There are two common ways to create a Sketch: using the Sketcher Workbench directly, or through the PartDesign Workbench.

Sketcher Workbench

  1. Switch to the Sketcher Workbench.
  2. Press Sketcher NewSketch.

PartDesign Workbench

  1. Switch to the PartDesign Workbench.
  2. Press PartDesign Body.
  3. Press PartDesign NewSketch.

Notes

A Sketch is very commonly used in conjunction with the PartDesign Workbench to create solids.

Nevertheless, a Sketch can always be created by itself for any other purpose. It does not have to be tied to a PartDesign Body at all. For example, the Arch Window tool of the Arch Workbench uses Sketches to define the shapes of the windows and doors.