Sketcher MapSketch/sv: Difference between revisions

From FreeCAD Documentation
(Created page with "Category:Sketcher/sv")
(Updating to match new version of source page)
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/sv
{{GuiCommand/sv|Name=Sketcher MapSketch|Name/sv=Sketcher MapSketch|Create a sketch on a face|Workbenches=[[Sketcher Workbench/sv|Sketcher]], [[PartDesign Workbench/sv|PartDesign]]|MenuLocation=Part design → Create a sketch on a face|SeeAlso=[[Sketcher NewSketch/sv|Create a sketch]]}}
|[[Sketcher_ViewSection/sv|Visa snitt]]
|[[Sketcher_ReorientSketch/sv|Omrikta skiss]]
|[[Sketcher_Workbench/sv|Sketcher]]
|IconL=Sketcher_ViewSection.svg
|IconR=Sketcher_ReorientSketch.svg
|IconC=Workbench_Sketcher.svg
}}
</div>
</div>

Translations:Sketcher MapSketch/1
{{GuiCommand/sv
|Name/sv=Kartera skiss till ytan
|Name=Sketcher_MapSketch
|MenuLocation=Part Design/Sketch → Kartera skiss till ytan
|Workbenches=[[Sketcher_Workbench/sv|Sketcher]], [[PartDesign_Workbench/sv|PartDesign]]
|SeeAlso=[[Sketcher_NewSketch/sv|Skapa skiss]]
}}


==Description==
==Description==

This tool maps an existing sketch onto the face of a shape. PartDesign features created from this sketch will be fused with the underlying solid for additive features (Pad, Revolution) or be subtracted from the underlying solid in case of subtractive features (Pocket, Groove).
This tool maps an existing sketch onto the face of a shape. PartDesign features created from this sketch will be fused with the underlying solid for additive features (Pad, Revolution) or be subtracted from the underlying solid in case of subtractive features (Pocket, Groove).


Line 13: Line 31:
[[File:Sketcher_MapSketch_00.png|480px|none]]
[[File:Sketcher_MapSketch_00.png|480px|none]]


==How to use==
==Usage==

* Select the face of a PartDesign feature or a solid.
* Select the face of a PartDesign feature or a solid.
* Click on the {{KEY|[[Image:Sketcher_MapSketch.png|16px|Sketcher_MapSketch]] [[Sketcher_MapSketch|Map sketch to face]]}} icon in the toolbar (or go to the PartDesign or Sketch menu depending on which workbench is active)
* Click on the {{Button|[[Image:Sketcher_MapSketch.svg|16px]] [[Sketcher_MapSketch|Map sketch to face]]}} icon in the toolbar (or go to the PartDesign or Sketch menu depending on which workbench is active)
* In the '''Select sketch''' dialog window that opens, select from the list the sketch to map to the face and click OK.
* In the '''Select sketch''' dialog window that opens, select from the list the sketch to map to the face and click OK.
* The sketch is automatically opened in edit mode.
* The sketch is automatically opened in edit mode.
Line 23: Line 42:
Sketcher MapSketch is often used when repairing a broken model.
Sketcher MapSketch is often used when repairing a broken model.


One common use case is when the dependency graph has been broken. (You can view the dependency graph by {{MenuCommand|Tools->Dependency graph}}.) This can happen when you delete a feature in the middle of your model tree. In the following example we will break and repair a model.
One common use case is when the dependency graph has been broken. (You can view the dependency graph by {{KEY|Tools}} → {{KEY|[[Std_DependencyGraph|Dependency graph]]}}.) This can happen when you delete a feature in the middle of your model tree. In the following example we will break and repair a model.


This is the base model. It has one pad, a pocket, and a pad inside that pocket. Note that the dependency graph is linear.
This is the base model. It has one pad, a pocket, and a pad inside that pocket. Note that the dependency graph is linear.
Line 41: Line 60:
[[File:JschremppFCADEdit4.png]]
[[File:JschremppFCADEdit4.png]]


[[Category:Sketcher/sv]]


<div class="mw-translate-fuzzy">
[[Category:PartDesign]]
{{Docnav/sv
|[[Sketcher_ViewSection/sv|Visa snitt]]
|[[Sketcher_ReorientSketch/sv|Omrikta skiss]]
|[[Sketcher_Workbench/sv|Sketcher]]
|IconL=Sketcher_ViewSection.svg
|IconR=Sketcher_ReorientSketch.svg
|IconC=Workbench_Sketcher.svg
}}
</div>

{{Sketcher Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Revision as of 09:29, 12 September 2021

Translations:Sketcher MapSketch/1

Kartera skiss till ytan

Menyplacering
Part Design/Sketch → Kartera skiss till ytan
Arbetsbänkar
Sketcher, PartDesign
Standard genväg
Ingen
Introducerad i version
-
Se även
Skapa skiss

Description

This tool maps an existing sketch onto the face of a shape. PartDesign features created from this sketch will be fused with the underlying solid for additive features (Pad, Revolution) or be subtracted from the underlying solid in case of subtractive features (Pocket, Groove).

Please note that this tool is not used to create new sketches. It only maps, or remaps an existing sketch to the face of a solid or a PartDesign feature. Typical use cases are:

  • The sketch was created on a standard plane (XY, XZ, YZ) and you want to map it to the face of a solid in order to build a feature upon it.
  • The sketch was mapped on a specific face of a solid but you need to map it to a different face.
  • Repairing a broken model.

Usage

  • Select the face of a PartDesign feature or a solid.
  • Click on the Map sketch to face icon in the toolbar (or go to the PartDesign or Sketch menu depending on which workbench is active)
  • In the Select sketch dialog window that opens, select from the list the sketch to map to the face and click OK.
  • The sketch is automatically opened in edit mode.

Use when repairing a broken model

Sketcher MapSketch is often used when repairing a broken model.

One common use case is when the dependency graph has been broken. (You can view the dependency graph by ToolsDependency graph.) This can happen when you delete a feature in the middle of your model tree. In the following example we will break and repair a model.

This is the base model. It has one pad, a pocket, and a pad inside that pocket. Note that the dependency graph is linear.

Now we have deleted the pocket and the sketch that created the pocket (Pocket and Sketch001). Note that the dependency graph is broken. To repair this model we want to attach Sketch002 to the top face of Pad. In the view of the model you can see that it would be easy to select the wrong face.

To repair the model we first change the visibility of the solids. We make Pad001 hidden and we make Pad visible.

Now we select the top face of Pad and then select the Map A Sketch To A Face tool. In the dialog that appears we select Sketch002. Our model is now repaired. In the model view we make Pad001 visible and Pad hidden and we can see the correct model.