Sketcher CreatePoint/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{Docnav
{{Docnav
|[[Sketcher_StopOperation|Stop operation]]
|[[Sketcher_StopOperation|Stop operation]]
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreateLine|Line]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_StopOperation.svg
|IconL=Sketcher_StopOperation.svg
|IconR=Sketcher_CreateLine.svg
|IconR=Sketcher_CreatePolyline.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
Line 23: Line 23:
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].


Pos-OVP = Positional [[Sketcher_Preferences#General|On-View-Parameters]]. {{Version|0.22}}
Pos-OVP = Positional [[Sketcher_Preferences#General|On-View-Parameters]]. {{Version|1.0}}


# There are several ways to invoke the tool:
# There are several ways to invoke the tool:
Line 30: Line 30:
#* Right-click in the [[3D_view|3D view]] and select the {{MenuCommand|[[Image:Sketcher_CreatePoint.svg|16px]] Create point}} option from the context menu.
#* Right-click in the [[3D_view|3D view]] and select the {{MenuCommand|[[Image:Sketcher_CreatePoint.svg|16px]] Create point}} option from the context menu.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|Y}}.
#* Use the keyboard shortcut: {{KEY|G}} then {{KEY|Y}}.
# The cursor changes to a white cross with the tool icon.
# The cursor changes to a cross with the tool icon.
# Pick a point. Or with Pos-OVP: enter its X and/or Y coordinate.
# Pick a point. Or with Pos-OVP: enter its X and/or Y coordinate.
# The point is created and applicable Pos-OVP based constraints are added.
# The point is created and applicable Pos-OVP based constraints are added.
Line 44: Line 44:
{{Docnav
{{Docnav
|[[Sketcher_StopOperation|Stop operation]]
|[[Sketcher_StopOperation|Stop operation]]
|[[Sketcher_CreatePolyline|Polyline]]
|[[Sketcher_CreateLine|Line]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_StopOperation.svg
|IconL=Sketcher_StopOperation.svg
|IconR=Sketcher_CreateLine.svg
|IconR=Sketcher_CreatePolyline.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}

Latest revision as of 11:02, 23 April 2024

Sketcher Point

Menyplacering
Sketch → Sketcher geometries → Create point
Arbetsbänkar
Sketcher
Standard genväg
Ingen
Introducerad i version
-
Se även
Ingen

Beskrivning

The Sketcher CreatePoint tool creates a point.

Usage

See also: Drawing aids.

Pos-OVP = Positional On-View-Parameters. introduced in version 1.0

  1. There are several ways to invoke the tool:
    • Press the Create point button.
    • Select the Sketcher → Sketcher geometries → Create point option from the menu.
    • Right-click in the 3D view and select the Create point option from the context menu.
    • Use the keyboard shortcut: G then Y.
  2. The cursor changes to a cross with the tool icon.
  3. Pick a point. Or with Pos-OVP: enter its X and/or Y coordinate.
  4. The point is created and applicable Pos-OVP based constraints are added.
  5. If the tool runs in continue mode:
    1. Optionally keep creating points.
    2. To finish, right-click or press Esc, or start another geometry or constraint creation tool.

Notes

  • version 0.21 and below: Points are always created as construction geometry. Optionally change them to normal geometry with Sketcher ToggleConstruction to make them visible outside of Sketch editing mode.