SH2 Panel Workbench: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by one other user not shown)
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 20: Line 16:
[[File:Panel-Workbench.zip]]
[[File:Panel-Workbench.zip]]


=Links & Resources=


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
<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.
(It current does 9ft exterior, 8ft exterior, and 8ft interior panels)
<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.
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=
*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]]

Latest revision as of 22:14, 11 August 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

Links & Resources