Sketcher ConstrainLock: Difference between revisions

From FreeCAD Documentation
m (Normandc moved page Constraint Lock to Sketcher ConstrainLock without leaving a redirect: Part of translatable page "Constraint Lock")
(Page overhaul, most of the original stuff written in 2011 was outdated. Links to outdated screen captures deleted.)
Line 2: Line 2:
<translate>
<translate>
<!--T:4-->
<!--T:4-->
{{GuiCommand
{{GuiCommand|Name=Sketcher ConstrainLock|Workbenches=[[Sketcher Workbench|Sketcher]], [[PartDesign Workbench|PartDesign]]|MenuLocation=Sketch → Sketcher constraints → Constrain lock|SeeAlso=[[Sketcher ConstrainCoincident|Constraint Coincident]]}}
|Name=Sketcher ConstrainLock
|Workbenches=[[Sketcher Workbench|Sketcher]]
|MenuLocation=Sketch → Sketcher constraints → Constrain lock
|SeeAlso=[[Sketcher ConstrainBlock|Constrain Block]]
}}


Create a lock constraint on the selected item
==Description== <!--T:1-->
==Description== <!--T:1-->
This constraint tool attempts to <em>fully constrain</em> any selected item.


'''Constraint Lock''' applies [[File:Constraint_HorizontalDistance.png|24px]] [[Sketcher_ConstrainDistanceX|Horizontal distance]] and [[File:Constraint_VerticalDistance.png|24px]] [[Sketcher_ConstrainDistanceY|Vertical distance]] constraints to selected vertices (points) in the sketch. If a single vertex is selected, the horizontal and vertical distance constraints will refer to the sketch origin point. If two or more points are selected, horizontal and vertical distance constraints will be added for each pair of points. There is no automatic prompt to edit the constraints' values, they must be edited manually.
<!--T:2-->
NOTE: It is advised that this tool be exclusively used on points for the time-being:



Owing to the fact that FreeCAD is still under development - this tool exhibits strange behaviour when it attempts to 'lock' anything other than a point. For example (as of V0.12 R4802), when locking a circle by its circumferential line rather than its centre <em>point</em>, a horizontal constraint and a vertical constraint appear in the constraints dialogue, but they are both of value zero and do not appear in the graphics window.
==Operation== <!--T:3-->
==How to use== <!--T:3-->

<ol>
# Select one or more vertices (points) in the sketch.
<li>Firstly it is necessary to highlight an item you wish to constrain. For reasons alluded-to above it is wise to only highlight a <em>point</em>.<br />
# Press the {{KEY|[[File:Sketcher ConstrainLock.png|24px]] '''Constrain Lock'''}} button.
[[File:LockConstraint1.png|256px]]</li>
# To edit the constraints values, double-click on a constraint value in the 3D view, or double-click on the constraint or right-click and select '''Edit value''' in the Constraint list in the Tasks tab.
<li>

Highlighting of a drawing item is achieved by moving the mouse over the item and clicking the left-mouse-button.
'''Note:''' the constraint tool can also be started with no prior selection, but it will then only work on a single vertex, and reference the constraints to the sketch origin point.
A highlighted item will change colour to green.<br />
[[File:LockConstraint2.png|256px]]</li>
<li>
Once an item is highlighted, left-clicking on the <em>lock</em> constraint serves to lock the highlighted item in-place. This usually manifests as two constraints: a horizontal distance constraint from the drawing axis origin, and a vertical constraint from the drawing axis origin. These are set by default to the current co-ordinates of the point.<br />
[[File:LockConstraint3.png|256px]]</li>
<li>
The vertical and horizontal constraints forming the lock can be edited by double clicking on the appropriate constraint to be edited either in the drawing itself or in the Constraint tab of the Combo View pane. This will open a dialog box to edit the constraint. Clicking on the horizontal constraint component produces:<br />
[[File:LockConstraint4.png|256px]].</li>
<li>Enter the desired value into the dialog box and click OK.<br />
[[File:LockConstraint5.png|256px]]</li>
<li>The new value of the constraint is applied to the drawing.<br />
[[File:LockConstraint6.png|256px]]</li>
<li>The vertical constraint may be similarly edited to constrain the point to the desired location.<br />
[[File:LockConstraint7.png|256px]]</li></ol>


</translate>
</translate>

Revision as of 05:10, 1 October 2018

Sketcher ConstrainLock

Menu location
Sketch → Sketcher constraints → Constrain lock
Workbenches
Sketcher
Default shortcut
None
Introduced in version
-
See also
Constrain Block

Description

Constraint Lock applies Horizontal distance and Vertical distance constraints to selected vertices (points) in the sketch. If a single vertex is selected, the horizontal and vertical distance constraints will refer to the sketch origin point. If two or more points are selected, horizontal and vertical distance constraints will be added for each pair of points. There is no automatic prompt to edit the constraints' values, they must be edited manually.


How to use

  1. Select one or more vertices (points) in the sketch.
  2. Press the Constrain Lock button.
  3. To edit the constraints values, double-click on a constraint value in the 3D view, or double-click on the constraint or right-click and select Edit value in the Constraint list in the Tasks tab.

Note: the constraint tool can also be started with no prior selection, but it will then only work on a single vertex, and reference the constraints to the sketch origin point.