User:Coderjeff: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:




[[File:SH2Panel-1.png|300px]]
This is how I created panels manually by adding boxes and then setting the size and position


When you restart FreeCAD, SH2 Panels should appear as an available Workbench
<html><div style="position: relative; padding-bottom: 72.7788279773157%; height: 0;"><iframe src="https://www.loom.com/embed/2af07a8d383f4f1d9b5afc9d381d9fce" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div></html>




[[File:SH2Panel-2.png|300px]]
The workbench just automates that process to build the basic panels in one click.
(It current does 9ft exterior, 8ft exterior, and 8ft interior panels)


The only menu options right now are to create a 9 foot exterior panel (1st floor) or an 8 foot exterior panel (2nd floor)
<div style="position: relative; padding-bottom: 72.7788279773157%; height: 0;"><iframe src="https://www.loom.com/embed/b3630c5457b24fae9c27e5787b8b6b96" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
Added: 8 foot interior panel


[[File:SH2Panel-3.png|300px]]
After creating an empty document, click your selection and a panel with all of the objects will be created in an XZ orientation. The front left of the bottom stud will be at 0,0,0
[[File:SH2Panel-4.png|300px]]


To modify the full panel into a specialized panel, it's very easy to change the position values (or the length, width, and height) as needed.
To modify the full panel into a specialized panel, it's very easy to change the position values (or the length, width, and height) as needed.
Line 39: Line 32:
Suggestion:  I think it might be nice to have two files for each panel.
Suggestion:  I think it might be nice to have two files for each panel.
One such as Seh2_wall_1_detail with the un-Compounded parts plus then the usual Seh2_wall_1 for the compounded and simple copy that is positionally correct.
One such as Seh2_wall_1_detail with the un-Compounded parts plus then the usual Seh2_wall_1 for the compounded and simple copy that is positionally correct.
This makes it easier to make changes to the detail without wondering how far back to go. Final positioning is done with the simple panel

Revision as of 16:48, 14 July 2021


Panels Workbench

The SH2 Panels workbench is an experimental FreeCAD workbench to generate wall modules for Seed Eco-Home 2.

To try it, download and extract the zip file, then move the Panel-Workbench folder to the appropriate location.

File:Panel-Workbench.zip


Excel cheat sheet - This zip contains an excel file that I used for building without the workbench and has the parameters used in the workbench script

File:Panel-Excel.zip


This is how I created panels manually by adding boxes and then setting the size and position


The workbench just automates that process to build the basic panels in one click. (It current does 9ft exterior, 8ft exterior, and 8ft interior panels)

<iframe src="https://www.loom.com/embed/b3630c5457b24fae9c27e5787b8b6b96" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>


To modify the full panel into a specialized panel, it's very easy to change the position values (or the length, width, and height) as needed.


Suggestion: I think it might be nice to have two files for each panel. One such as Seh2_wall_1_detail with the un-Compounded parts plus then the usual Seh2_wall_1 for the compounded and simple copy that is positionally correct.