Macro MeasureCircle

From FreeCAD Documentation
Revision as of 14:44, 25 September 2016 by Mario52 (talk | contribs) (Created page with "==Utilisation==")

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

Cette macro calcule le rayon et centre du cercle en donnant 3 points ou une ligne circulaire. Une ligne est créée à partir du centre et du premier point pour l'utiliser plus tard.


Utilisation

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: