Assembly3 ConstraintEqualLineArcLength/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/fr |Contrainte longueur égale distance point ligne |Contrainte milieu |...")
(Created page with "{{Docnav/fr |Contrainte longueur égale distance point ligne |Contrainte milieu |...")
Line 44: Line 44:




{{Docnav
{{Docnav/fr
|[[Assembly3_ConstraintLengthEqualPointLineDistance|Length Equal Point Line Distance]]
|[[Assembly3_ConstraintLengthEqualPointLineDistance/fr|Contrainte longueur égale distance point ligne]]
|[[Assembly3_ConstraintMidPoint|Mid point]]
|[[Assembly3_ConstraintMidPoint/fr|Contrainte milieu]]
|[[Assembly3_Workbench|Assembly3]]
|[[Assembly3_Workbench/fr|Assembly3]]
|IconL=Assembly_ConstraintLengthEqualPointLineDistance.svg
|IconL=Assembly_ConstraintLengthEqualPointLineDistance.svg
|IconR=Assembly_ConstraintMidPoint.svg
|IconR=Assembly_ConstraintMidPoint.svg

Revision as of 09:55, 25 September 2021

Cette documentation n'est pas terminée. Merci de nous aider et de contribuer à la documentation.

Modèle GuiCommand explique comment les commandes doivent être documentées. Parcourez Category:UnfinishedDocu pour voir d'autres pages incomplètes comme celle-ci. Voir Category:Command_Reference pour toutes les commandes.

Voir Écrire une page Wiki pour apprendre à éditer les pages du wiki, et aller à Contribuer à FreeCAD pour apprendre d'autres façons de contribuer.
Other languages:

Assembly3 ConstraintEqualLineArcLength

Menu location
None
Workbenches
Assembly3
Default shortcut
None
Introduced in version
-
See also
None

Description

The Equal Line Arc Length command constrains the length of a 2D line like a non-subdivided wire which is made with Draft Workbench tools in relation with a workplane.

It links the length of the 2D line with the length of an arc (2D or 3D?).

The length value of the selected line equals the length of selected arc.

Since I couldn't get this tool working here's the statement of the tool tip: 

Add an "EqualLineArcLength" constraint to make a line of the same length as an arc.

Usage

  1. Select the 2D line to be constrained.
  2. Select a 2D arc to read its length value.
  3. Activate the Equal Line Arc Length command using the:
  4. Press the Solve constraints or the Quick solve button to recompute
(if Auto recompute and Smart recompute are disabled).


Depending on the order of the selected line types following errors appear:

Constraint "EqualLineArcLength" requires the 1st element to be a linear edge
Constraint "EqualLineArcLength" requires the 2nd element to be an arc edge
Constraint "EqualLineArcLength" requires the 2nd element to be a circular edge