SH2 Panel Workbench: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Introduction==
=Introduction==
 
This workbench is under construction
This workbench is under construction


==Current Version==
=Current Version=
Github - https://github.com/jeffjacobsen/FreeCAD_SH2_Panel_Workbench
Github - https://github.com/jeffjacobsen/FreeCAD_SH2_Panel_Workbench




==Installing==
=Installing=
Installing in FreeCAD - https://wiki.freecadweb.org/How_to_install_additional_workbenches
Installing in FreeCAD - https://wiki.freecadweb.org/How_to_install_additional_workbenches


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


Line 19: Line 16:


[[File:Panel-Workbench.zip]]
[[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
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]]
[[File:Panel-Excel.zip]]


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


<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>
<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>


The workbench just automates that process to build the basic panels in one click.
The workbench just automates that process to build the basic panels in one click.
Line 35: Line 29:


<html><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></html>
<html><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></html>


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.


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.
Line 45: Line 36:


=Links & Resources=
=Links & Resources=
*Example workbench used as starting point - https://github.com/felipe-m/tutorial_freecad_wb
*Example workbench used as starting point - https://github.com/felipe-m/tutorial_freecad_wb
*Workbench starter kit - https://github.com/skaiser/FreeCAD_Workbench_Starter
*Workbench starter kit - https://github.com/skaiser/FreeCAD_Workbench_Starter
*[[FreeCAD Workbench Programming 101]]
*[[FreeCAD Workbench Programming 101]]

Revision as of 12:05, 19 July 2021

Introduction=

This workbench is under construction

Current Version

Github - https://github.com/jeffjacobsen/FreeCAD_SH2_Panel_Workbench


Installing

Installing in FreeCAD - https://wiki.freecadweb.org/How_to_install_additional_workbenches

More

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)

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.

Links & Resources