Multiple Axis Systems

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
JohnForeman
Posts: 12
Joined: Wed Oct 04, 2017 12:06 pm

Multiple Axis Systems

Post by JohnForeman »

Does FC support multiple axis systems? If not, are there any plans to support it in the future?
thanks
chrisb
Veteran
Posts: 54207
Joined: Tue Mar 17, 2015 9:14 am

Re: Multiple Axis Systems

Post by chrisb »

For modeling: yes, for path creation: no; only a prototype exists. It is planned for the future, helping hands are welcome.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
JohnForeman
Posts: 12
Joined: Wed Oct 04, 2017 12:06 pm

Re: Multiple Axis Systems

Post by JohnForeman »

Chris,
can you point me in the right direction for the 'modeling' multiple axis functionality?
As for a helping hand, i wish i knew enough python and C++ to help but my skills are limited and i'm buried in other work tasks.
thanks
-John
mario52
Veteran
Posts: 4692
Joined: Wed May 16, 2012 2:13 pm

Re: Multiple Axis Systems

Post by mario52 »

hi

see Create and display local coordinate system
Zolko wrote: Thu Feb 21, 2019 10:50 pm .......

Code: Select all

lcs = App.activeDocument().addObject( 'PartDesign::CoordinateSystem', 'LCS' )
It's very nice and powerful, but hidden from sight for no reason that I can understand.
see Model origin

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.
chrisb
Veteran
Posts: 54207
Joined: Tue Mar 17, 2015 9:14 am

Re: Multiple Axis Systems

Post by chrisb »

Meanwhile it is integrated and documented: PartDesign CoordinateSystem.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
JohnForeman
Posts: 12
Joined: Wed Oct 04, 2017 12:06 pm

Re: Multiple Axis Systems

Post by JohnForeman »

chrisb wrote: Sat Apr 06, 2019 12:48 am Meanwhile it is integrated and documented: PartDesign CoordinateSystem.
i dont have that button on my part design work bench
kisolre
Veteran
Posts: 4166
Joined: Wed Nov 21, 2018 1:13 pm

Re: Multiple Axis Systems

Post by kisolre »

JohnForeman wrote: Sat Apr 06, 2019 11:35 am i dont have that button on my part design work bench
Please post your FreeCAD version. Docs say: "Introduced in version 0.18"
JohnForeman
Posts: 12
Joined: Wed Oct 04, 2017 12:06 pm

Re: Multiple Axis Systems

Post by JohnForeman »

kisolre wrote: Sat Apr 06, 2019 12:06 pm
JohnForeman wrote: Sat Apr 06, 2019 11:35 am i dont have that button on my part design work bench
Please post your FreeCAD version. Docs say: "Introduced in version 0.18"
Yes, i had .18 but not the latest build. I just installed and have it now. thanks
Post Reply