Measure/Measure Angular in python

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
more11
Posts: 124
Joined: Sun Sep 28, 2014 11:03 am
Contact:

Re: Measure/Measure Angular in python

Post by more11 »

A clarification.

I am creating my drawing completely in python. Getting the angles is trivial. Putting angle symols in the drawing is not.

I would like to create the objects created from menu "Measure/Measure Angular" in my python script. Any ideas are welcome.
Point taken :-)
mario52
Veteran
Posts: 4674
Joined: Wed May 16, 2012 2:13 pm

Re: Measure/Measure Angular in python

Post by mario52 »

hi

for create line with angular data try this macro Macro_Line_Length

mario
Maybe you need a special feature, go into Macros_recipes and Code_snippets, Topological_data_scripting.
My macros on Gist.github here complete macros Wiki and forum.
Post Reply