Procedural Pavilion in FreeCAD ?

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
paullee
Veteran
Posts: 5136
Joined: Wed May 04, 2016 3:58 pm

Procedural Pavilion in FreeCAD ?

Post by paullee »

Impressed by @dimitar's video using Blender to build this awesome structure :D

Any similar works done in FreeCAD ? Not necessarily architecture.

Thanks for any idea !

phpBB [video]
paullee
Veteran
Posts: 5136
Joined: Wed May 04, 2016 3:58 pm

Re: Procedural Pavilion in FreeCAD ?

Post by paullee »

dimitar wrote: Any idea ? :D
drmacro
Veteran
Posts: 9009
Joined: Sun Mar 02, 2014 4:35 pm

Re: Procedural Pavilion in FreeCAD ?

Post by drmacro »

Not in the architectural world, but this guy has done some great videos combining FreeCAD and Blender:

https://www.youtube.com/watch?v=Px35bbJG08M
Attachments
Gearpump.png
Gearpump.png (68.22 KiB) Viewed 1608 times
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
User avatar
Vincent B
Veteran
Posts: 4742
Joined: Sun Apr 05, 2015 9:02 am
Location: La Rochelle, France

Re: Procedural Pavilion in FreeCAD ?

Post by Vincent B »

You have all tools to compete with Blender. :!:
https://cjoint.com/c/KBBpfyJyc3u
Attachments
Capture.JPG
Capture.JPG (100.5 KiB) Viewed 1547 times
drmacro
Veteran
Posts: 9009
Joined: Sun Mar 02, 2014 4:35 pm

Re: Procedural Pavilion in FreeCAD ?

Post by drmacro »

GlouGlou wrote: Sat Feb 27, 2021 3:06 pm You have all tools to compete with Blender. :!:
...
Would you care to explain how you did this? Maybe a video or tutorial?

Note: I'm very interested because there were folks looking to do this on the Facebook group a week or so ago.

I'm guessing, that while FC can do this, it's not as easy or comprehensive as it is in Blender.

FC doesn't have texture mapping or does it? I know there is some facility in Arch, but what about Part or Part Design. 🤔
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
paullee
Veteran
Posts: 5136
Joined: Wed May 04, 2016 3:58 pm

Re: Procedural Pavilion in FreeCAD ?

Post by paullee »

GlouGlou wrote: Sat Feb 27, 2021 3:06 pm You have all tools to compete with Blender. :!:
https://cjoint.com/c/KBBpfyJyc3u
Thanks all! This looks great! :D

Yet to check the file, yes, any tutorial? I am not aware of it.

EDIT - Impressive, need to learn Curve WB :D
drmacro
Veteran
Posts: 9009
Joined: Sun Mar 02, 2014 4:35 pm

Re: Procedural Pavilion in FreeCAD ?

Post by drmacro »

paullee wrote: Sat Feb 27, 2021 6:53 pm
GlouGlou wrote: Sat Feb 27, 2021 3:06 pm You have all tools to compete with Blender. :!:
https://cjoint.com/c/KBBpfyJyc3u
Thanks all! This looks great! :D

Yet to check the file, yes, any tutorial? I am not aware of it.
Well, I first looked at the link, a quick glance I didn't think I saw a FCStd file. Obviously I was wrong... :oops:

So, now I've downloaded it and looked. I know how to do Gordon surfs. I know how to do Slices. I know how to do arrays. 8-)

I'm not sure how you get it all to do this... :roll:
Star Trek II: The Wrath of Khan: Spock: "...His pattern indicates two-dimensional thinking."
paullee
Veteran
Posts: 5136
Joined: Wed May 04, 2016 3:58 pm

Re: Procedural Pavilion in FreeCAD ?

Post by paullee »

GlouGlou wrote: Sat Feb 27, 2021 3:06 pm You have all tools to compete with Blender. :!:
https://cjoint.com/c/KBBpfyJyc3u
1st question - can't figure out how can the Datum Plane / Line be added without using PartDesign to add an active Body ? :)
User avatar
dimitar
Posts: 229
Joined: Thu Jun 13, 2019 6:10 am
Contact:

Re: Procedural Pavilion in FreeCAD ?

Post by dimitar »

GlouGlou wrote: Sat Feb 27, 2021 3:06 pm You have all tools to compete with Blender.
https://cjoint.com/c/KBBpfyJyc3u
Impressive. Also would like to see a tutorial or walkthrough of this. I downloaded the file but no idea on how the finals are generated.

Besides BIM basics like easy walls, doors, and windows, this is the topic that interests me the most (if you can't tell by the youtube videos :)! However, in freecad, it is currently not easily achieved as no one has created tools to do UV subdivision and panelise. The good news is the under the hood, everything is in place, and it can be achieved with some python knowledge (albeit more than my familiarity), as shown here: https://forum.freecadweb.org/viewtopic.php?t=39218 (took a while to find!) and of what @GlouGlou is posting.

Hopefully the curtain wall too would be able to this at some point, for which I imagine more interest for these sorts of workflows, especially by users with coding knowledge.
Syres
Veteran
Posts: 2902
Joined: Thu Aug 09, 2018 11:14 am

Re: Procedural Pavilion in FreeCAD ?

Post by Syres »

paullee wrote: Sat Feb 27, 2021 8:47 pm 1st question - can't figure out how can the Datum Plane / Line be added without using PartDesign to add an active Body ? :)
See https://forum.freecadweb.org/viewtopic. ... 30#p274907

Datum Line I'm sure you could guess from that is

Code: Select all

App.ActiveDocument.addObject('PartDesign::Line','PartDatumLine')
Post Reply