SlopedPlanesMacro

Show off your FreeCAD projects here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

Yes
percent.png
percent.png (294.05 KiB) Viewed 2590 times
angle(%)=100 x rise/run = 100 tg(angle(degree))
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

And now FreeCAD supports
Angle

"deg" 1.0; // degree (internal standard angle)
"rad" 180/M_PI; // radian
"gon" 360.0/400.0;// gon
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

and the available schemas are
units.png
units.png (100 KiB) Viewed 2586 times
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

The infinite representation (90º) is a serious problem. Probably this is the reason because this unit is not available in FreeCAD.
Very interesting question. Thank you.
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

Good morning
markko martin wrote: Sat Apr 07, 2018 5:19 pm
We can do a little experiment and include a slope (%) after the height(rise)/run, in advenced options
advanzed options.png
advanzed options.png (194.19 KiB) Viewed 2544 times
ATM these controls, height and run, are not working perfectly.
User avatar
markko martin
Posts: 64
Joined: Tue Aug 09, 2016 5:51 pm
Location: Italy

Re: SlopedPlanesMacro

Post by markko martin »

damian wrote: Sun Apr 08, 2018 9:09 am Good morning
markko martin wrote: Sat Apr 07, 2018 5:19 pm
We can do a little experiment and include a slope (%) after the height(rise)/run, in advenced options
Yes this is a good thing include a slope (%).
At worst if input slope creates bugs maybe we can only show the slope % ( freecad calculate tan of input angle degrees) .
I don't Know if it's possible....
Loris
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

markko martin wrote: Sat Apr 07, 2018 5:19 pm Will it work?
It could be
phpBB [video]

EDIT: it isn't finished. There are some things to fixe
User avatar
markko martin
Posts: 64
Joined: Tue Aug 09, 2016 5:51 pm
Location: Italy

Re: SlopedPlanesMacro

Post by markko martin »

Wow it's wonderful 8-)

Thank you very much !
Loris
damian
Posts: 583
Joined: Sun May 31, 2015 6:16 pm

Re: SlopedPlanesMacro

Post by damian »

Hi

a proposal for the sweep

phpBB [video]


The templates for the version two or three
keraunox
Posts: 1
Joined: Wed Jul 19, 2017 6:58 am

Re: SlopedPlanesMacro

Post by keraunox »

Hello,

thank you for your work with this macro.

would it be possibke to add it to the addon manager ?
Post Reply