Macro MeasureCircle/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "Macro MeasureCircle")
 
(Created page with "{{Macro/fr|Icon=Macro_MeasureCircle|Name=Macro MeasureCircle|Name/fr=Macro MeasureCircle|Description=Calcule le rayon d'un cercle sur 3 points ou une ligne circulaire|Author=g...")
Line 1: Line 1:
{{Macro|Icon=Macro_MeasureCircle|Name=Macro MeasureCircle|Description=Compute the radius of a circle by 3 points or a circular edge|Author=galou_breizh|Version=1.0}}
{{Macro/fr|Icon=Macro_MeasureCircle|Name=Macro MeasureCircle|Name/fr=Macro MeasureCircle|Description=Calcule le rayon d'un cercle sur 3 points ou une ligne circulaire|Author=galou_breizh|Version=1.0}}


==Description==
==Description==

Revision as of 14:39, 25 September 2016

File:Macro MeasureCircle Macro MeasureCircle

Description
Calcule le rayon d'un cercle sur 3 points ou une ligne circulaire

Version macro : 1.0
Auteur: galou_breizh
Auteur
galou_breizh
Téléchargement
None
Liens
Version Macro
1.0
Dernière modification
None
Version(s) FreeCAD
None
Raccourci clavier
None
Voir aussi
None

Description

This macro will report the computed radius and center of a circle given 3 vertices or a circular edge. A line is drawn from the center of the circle to the first vertex, which may be used for future measurements.


How To Use

Copy the macro in your macros' folder and run (see How to install macros for further details).

Just select the vertices and the result will be shown in the Report View. Edges may also be selected and count as two vertices. A circular edge can also be selected. If two edges are selected the end vertex of the second edge is not used in the calculation.

You can either select elements and then launch the macro or launch the macro without selection and select elements after launch. If not enough elements are selected before launching the macro, you must select the missing elements.

Code

The lastest version of the macro is to be found at https://github.com/FreeCAD/FreeCAD-macros/blob/master/Utility/MeasureCircle.FCMacro

Other languages: