macro convertline

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
alf
Posts: 1
Joined: Wed Oct 16, 2019 4:25 pm

macro convertline

Post by alf »

Hi,

i please need some help in creatng dotted lines on squares and circles borders.
I fould the macro "convert line" but i cannot run it, or i am not able to understand how to set the number of points i want in the circle (as instace, 72 dots).
Could anyone please help me.
Thanks =)
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: macro convertline

Post by microelly2 »

to support you we should know the macro you used.
Can you upload it?
mario52
Veteran
Posts: 4698
Joined: Wed May 16, 2012 2:13 pm

Re: macro convertline

Post by mario52 »

hi welcome
I fould the macro "convert line"
if you use the macro Macro_FC_Convert_Lines here one example use

PS: for create 72 points you must give 71 cut (cause create external begin and end point) and for create 72 line you give 72 cut (verify the number points in comboview begin 00 to ...)

FCConvert_Create_Points00.gif
FCConvert_Create_Points00.gif (999.25 KiB) Viewed 626 times
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