Sketch: Difference between revisions

From FreeCAD Documentation
(Sentence moved to the Introduction)
(See Sketcher SketchObject for more information about this type of object.)
Line 5: Line 5:


<!--T:2-->
<!--T:2-->
In FreeCAD the word "[[Sketch|Sketch]]" is normally used to refer to a [[Sketcher_SketchObject|Sketcher SketchObject]] ({{incode|Sketcher::SketchObject}} class) that is defined by the [[Sketcher Workbench|Sketcher Workbench]].
In FreeCAD the word "[[Sketch|Sketch]]" is normally used to refer to a [[Sketcher_SketchObject|Sketcher SketchObject]] ({{incode|Sketcher::SketchObject}} class) that is defined by the [[Sketcher Workbench|Sketcher Workbench]]. This is a 2D drawing that uses mathematical constraints to describe 2D geometry precisely.

<!--T:9-->
See [[Sketcher SketchObject|Sketcher SketchObject]] for more information about this type of object.


== How to use == <!--T:3-->
== How to use == <!--T:3-->

Revision as of 09:11, 12 December 2019

Introduction

In FreeCAD the word "Sketch" is normally used to refer to a Sketcher SketchObject (Sketcher::SketchObject class) that is defined by the Sketcher Workbench. This is a 2D drawing that uses mathematical constraints to describe 2D geometry precisely.

See Sketcher SketchObject for more information about this type of object.

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 by extrusion, using the PartDesign Pad operation.

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