Arch panel tools

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Arch panel tools

Post by yorik »

The Arch Panel in the Arch WB gained two new side-tools: Arch Panel Cut and Arch Panel Sheet. Their main objective is to create DXF cut sheets of panel constructions like the Wikihouse project. The workflow is very simple, you design your stuff with Arch Panels, then, the Arch Panel Cut tool produces a 2D view of these panels in the XY plane, then, you can combine several Arch Panel Cuts in an Arch Panel Sheet, the final result you can produce are DXF files like this, which are identical to the ones produced by the Wikihouse project:

Image

Image

Image

With this, FreeCAD is now totally geared to build wikihouse projects like this from A to Z:

Image

I am in the process of writing a tutorial that explains how to port existing Wikihouse files to FreeCAD.

Of course there is much room for improvements, we could think of using the Path WB to directly output Gcode from the cut sheets, it would also be interesting to start building a library of basic wikihouse components, etc... But so far this workflow more or less reproduces the existing Wikihouse workflow, I thought it important to start from there.

Here is a test file I'm working on: https://github.com/uncreatednet/wikilab ... dulo.fcstd
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Arch panel tools

Post by triplus »

I use Draft WB occasionally to produce similar results as seen above. Therefore likely this tools will automate the procedure a bit more.

Thanks.
cox
Posts: 971
Joined: Wed Nov 26, 2014 11:37 pm

Re: Arch panel tools

Post by cox »

Wow, Yorik

This looks absolutely fun and useful :D Thanks
Need help? Feel free to ask, but please read the guidelines first
User avatar
sliptonic
Veteran
Posts: 3457
Joined: Tue Oct 25, 2011 10:46 pm
Location: Columbia, Missouri
Contact:

Re: Arch panel tools

Post by sliptonic »

Wow! This is really cool. I'd really like to add some 2D specific tools to Path to generate gcode for cutting panels.

As a first step, I tried making panels and panel cuts from an existing project.

I've attached the assembly file.
Here's what I tried.
First I select one of the faces back part: altoidrack_back_01 and create a panel from it.
It seems to create the panel and if I check the length of the Panel.Shape.Edges list I see many edges as I'd expect.
Then I select the panel and create a panel-cut.
This adds 'View of Panel' to the tree and throws no error but there's no layout.
The length of its edge list is 0.

If I create panels directly from sketches, it works.

I'd like to talk more about how to access the panel/cut/sheet attributes from Path but I'll start another thread in a more appropriate place.
Attachments
assembly.fcstd
(31.92 KiB) Downloaded 232 times
User avatar
NormandC
Veteran
Posts: 18587
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Arch panel tools

Post by NormandC »

Very nice, Yorik!

I believe this could also be useful for RepRap 3D printer projects where the frame is made of lasercut wood or other flat materials. They often provide a DXF containing a similar layout of pieces.

O/T: I noticed your LibreCAD screen shot had a vastly different UI than my own version! I was using the Ubuntu repo package but switched to the librecad-dev daily PPA. Those changes are great too! BTW the About LibreCAD dialog has a "Copy" button. I wonder if they got the idea from FreeCAD! :D
User avatar
bitacovir
Veteran
Posts: 1570
Joined: Sat Apr 19, 2014 6:23 am
Contact:

Re: Arch panel tools

Post by bitacovir »

Good work Yorik!

Someone should publish this news in the wikihouse community chanel to let them know.
::bitacovir::
==================
One must be absolutely modern.
Arthur Rimbaud (A Season in Hell -1873)

Canal Youtube Grupo Telegram de FreeCAD Español

My personal web site
My GitHub repository
Mini Airflow Tunnel Project
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Arch panel tools

Post by yorik »

Thanks for the early testing sliptonic! Will look at your file.
NormandC wrote:BTW the About LibreCAD dialog has a "Copy" button. I wonder if they got the idea from FreeCAD! :D
Several of the LibreCAD wizards are hanging around our #freecad irc channel... ;)
bitacovir wrote:Someone should publish this news in the wikihouse community chanel to let them know.
I already tried to contact the wikihouse people many times to tell them what I was doing, but nobody answered... I actually don't know any community channel.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Arch panel tools

Post by yorik »

ok @sliptonic, you are trying to make an Arch Panel from your existing solid objects. When you are making an Arch object out of a solid object, The Arch object simply takes the shape of the base object. No calculation is done. This is so you can basically work with any other FreeCAD tools and just turn your objects into Arch objects at the very end.

So your Arch panel doesn't perform an extrusion, and therefore it doesn't have profile information.

This works: Draft Downgrade your object, and make the panel from one of the base faces. Or make a Draft Facebinder from one of the faces. Then everything works, panel, panel cut, etc.

Of course the panel cut could be a little more intelligent and find extrusion data even if the panel itself is not a direct extrusion. Always room for improvement :)
claytonprest
Posts: 1
Joined: Wed Dec 21, 2016 3:53 pm

Re: Arch panel tools

Post by claytonprest »

@yorik This is brilliant!!! Thank you for documenting your workflow so well too.

I must confess that I'm not a regular FreeCAD user (yet). But I do work for the WikiHouse Foundation and really appreciate what you've done here to make the wikihouse Wren system accessible on more software platforms/formats like FreeCAD. Awesome stuff :D

Also apologies that you haven't had any response previously through the enquiries line. We've relatively recently moved the community group forum from google groups to a Slack channel where all the active wikihouse contributors around the world discuss new developments. You can sign up and join here: https://wikihouseharry.typeform.com/to/OHv4SE

For future projects, what other types of files and formats can we help provide as part of the 'standard' Wikihouse building type repo on Github?
How can make it easier for you and other FreeCAD users to import geometry? (If possible avoiding going through sketchup).
Would it help if we included .dae or .dwg model files too?

We've recently added a whole of lot of documentation for the Wren system, as well as parametric Grasshopper files, to github here:
https://github.com/wikihouseproject/Wre ... sign-Guide
https://github.com/wikihouseproject/Wren

Let me know if there's any other way we can help support your project :)
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Arch panel tools

Post by yorik »

Hi @claytonprest,

Great to see you here! I'm registering to the slack group. Sorry I haven't been able to find it myself.

At the moment the main "problem" is to get a file which has only the flat outlines of the panels, without their thickness. So far I have not much idea of how that could be done without having to open sketchup and do it manually. That might be a good subject to discuss with other people involved.

My next move is to start building a set of reusable outlines for all the parts of the Wren module, I think with that a lot of the difficulty above will be gone already. I still need to think of a way to make the panels "snap" together counting the small spacing left between some of them too.

Anyway, lots of issues to raise and solve ahead :) When people start playing with all this, more shortcomings will quickly appear.

If anyone around the wikihouse community is interested in trying FreeCAD, we can arrange something (online workshop, etc), I'd be glad to help, and many of the highly knowledgeable people here would certainly be as well.
Post Reply