Sketch: Difference between revisions

From FreeCAD Documentation
(defined not created)
(in the same way, sketches can be used to define the shape of Arch Walls.)
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:


== Introduction == <!--T:1-->
== Introduction == <!--T:1-->

</translate>
{{TOCright}}
<translate>


<!--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.


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

==Usage== <!--T:3-->


<!--T:4-->
<!--T:4-->
Line 15: Line 22:


<!--T:6-->
<!--T:6-->
# Switch to the [[Sketcher Workbench|Sketcher Workbench]].
# Switch to the [[Image:Workbench_Sketcher.svg|16px]] [[Sketcher Workbench|Sketcher Workbench]].
# Press {{Button|[[File:Sketcher_NewSketch.svg|16px]] [[Sketcher_NewSketch|Sketcher NewSketch]]}}.
# Press {{Button|[[File:Sketcher_NewSketch.svg|16px]] [[Sketcher_NewSketch|Sketcher NewSketch]]}}.


Line 21: Line 28:


<!--T:8-->
<!--T:8-->
# Switch to the [[PartDesign Workbench|PartDesign Workbench]].
# Switch to the [[Image:Workbench_PartDesign.svg|16px]] [[PartDesign Workbench|PartDesign Workbench]].
# Press {{Button|[[File:PartDesign_Body.svg|16px]] [[PartDesign_Body|PartDesign Body]]}}.
# Press {{Button|[[File:PartDesign_Body.svg|16px]] [[PartDesign_Body|PartDesign Body]]}}.
# Press {{Button|[[File:PartDesign_NewSketch.svg|16px]] [[PartDesign_NewSketch|PartDesign NewSketch]]}}.
# Press {{Button|[[File:PartDesign_NewSketch.svg|16px]] [[PartDesign_NewSketch|PartDesign NewSketch]]}}.


<!--T:9-->
<!--T:14-->
After you finish editing the sketch, close it to go out of edit mode. Double click on it to enter edit mode again.
See [[Sketcher SketchObject|Sketcher SketchObject]] for more information about this type of object.


== Notes == <!--T:10-->
== Notes == <!--T:10-->


<!--T:11-->
<!--T:11-->
A Sketch is very commonly used in conjunction with the [[PartDesign Workbench|PartDesign Workbench]] to create solids by extrusion, using the {{Button|[[File:PartDesign Pad.svg|16px]] [[PartDesign Pad|PartDesign Pad]]}} operation.
A Sketch is very commonly used in conjunction with the [[File:Workbench_PartDesign.svg|16px]] [[PartDesign_Workbench|PartDesign Workbench]] to create solids by extrusion, using the {{Button|[[File:PartDesign Pad.svg|16px]] [[PartDesign Pad|PartDesign Pad]]}} operation.


<!--T:12-->
<!--T:12-->
Nevertheless, a Sketch can always be created by itself for any other purpose; it does not have to be tied to a [[PartDesign Body|PartDesign Body]]. For example, the [[Arch Window|Arch Window]] tool of the [[Arch Workbench|Arch Workbench]] uses Sketches to define the shapes of windows and doors.
Nevertheless, a Sketch can always be created by itself for any other purpose; it does not have to be tied to a [[PartDesign Body|PartDesign Body]]. For example, the {{Button|[[File:Arch_Window.svg|16px]] [[Arch_Window|Arch Window]]}} tool of the [[File:Workbench_Arch.svg|16px]] [[Arch Workbench|Arch Workbench]] uses Sketches to define the shapes of windows and doors; in the same way, they can be used to define the shape of {{Button|[[File:Arch_Wall.svg|16px]] [[Arch_Wall|Arch Walls]]}}.


<!--T:13-->
{{Userdocnavi}}
{{Sketcher Tools navi}}
</translate>
</translate>
{{Sketcher Tools navi{{#translation:}}}}
{{Document objects navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
[[Category:Glossary{{#translation:}}]]

Latest revision as of 20:41, 10 July 2020

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.

Usage

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.

After you finish editing the sketch, close it to go out of edit mode. Double click on it to enter edit mode again.

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; in the same way, they can be used to define the shape of Arch Walls.