[Postponed] Assembly Feature Python

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
HurdyGuigui
Posts: 38
Joined: Fri Jan 31, 2014 9:10 am

[Postponed] Assembly Feature Python

Post by HurdyGuigui »

Hello,

I added feature python for the items of the assembly module, and also the one for the PartDesign Body, so we can now script them :
Assembly::ItemAssemblyPython
Assembly::ItemPartPython
PartDesign::BodyPython

https://github.com/guilhemdesq/FreeCAD_ ... n_assembly

I did 1 commit for each feature, so you can choose to merge the one you want if some of the objects will change in the future.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Assembly Feature Python

Post by yorik »

You are becoming an intrepid FreeCAD coder HurdyGuigui :)
I think it's best for Jürgen to treat this one, as the assembly branch is his baby..
User avatar
jriegel
Founder
Posts: 3369
Joined: Sun Feb 15, 2009 5:29 pm
Location: Ulm, Germany
Contact:

Re: Assembly Feature Python

Post by jriegel »

I will postpone that patch, since I start developing the assembly again and I will change some class hierarchy.
Sorry, but the new code will have this feature anyway :)
Stop whining - start coding!
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Assembly Feature Python

Post by jmaustpc »

jriegel wrote: I start developing the assembly again
Now that's exciting news! :-)
HurdyGuigui
Posts: 38
Joined: Fri Jan 31, 2014 9:10 am

Re: Assembly Feature Python

Post by HurdyGuigui »

Hi, no problem for the patch, it was just a fix so I could script some properties. Good to hear that you are working again on the assembly branch ! :)
Post Reply