[Plugin] HouseBuilder metric 1.2
-
Didier - as I've said before Housebuilder is a great resource.
Unfortunately I have a problem with the new metric version. I work in both imperial and in metric depending on the client's format. I installed the metric and it works for metric, but won't work in imperial so I've uninstalled it and gone back to the imperial version because it did work in metric.
Is it possible to have both in one program with a selection between the two systems??
cheers
john -
Hi John,
I will rework the script when back from holidays !
Regards, -
Thanks mate - I'd really appreciate that. It's the best Ruby script of all.
BTW - I'm still confused between Header Height and Door Height in the door script. Surely they are the same thing.
cheers
john -
Didier, seeing you are from France, I have two questions:
1- you did make the feet/inches version before the metric one????
2 - the house builder tool is mostly useful to these woodframe houses which are most common in US/Canada. In France most houses use bricks, dont they?
[AcesHigh]
-
@aceshigh said:
Didier, seeing you are from France, I have two questions:
1- you did make the feet/inches version before the metric one????
2 - the house builder tool is mostly useful to these wood-frame houses which are most common in US/Canada. In France most houses use bricks, don't they?
The House Builder tool set was developed a couple of years ago by Steve Hurlbut in the US - it was in '&", BUT Didier metricated it more recently... It meant changing all of the timber sizes, dialogs and so on so it took a while.
-
Hi,
TIG is right, and as I said at the top of this thread: "this must-have developed by Steve Hurlbutt (and me for the toolbar, estimates, metric versions)".
That's why it has been developed in feets first.@unknownuser said:
In France most houses use bricks, dont they?
Yes and no, it depends where the house is: bricks in the North, natural stone almost everywhere, concrete and concrete blocks in suburban areas, wood in the south-west and in all mountainous areas.
Regards, -
thanks.
Living in Brazil, where woodframe is almost non-existant, I use only the roof function of it, since many roofs from brick/concrete houses are done with wood frame/trussers, whatever
[AcesHigh]
-
Hi all, I have been following the thread with house builder and I am having problems loading house builder as well. I am using a P.C and I have dropped house builder in the plugins folder and when I start Sketchup I come up with the following message:
No such file to load -- HouseBuilder/HouseBuilderTool.rbError Loading File HouseBuilder_extension.rb
(eval):36:in `readlines': No such file or directory - C:/Program Files/Google/Sketchup 6/Plugins\HouseBuilder\housebuilder_sections.txt
I have tried sevral variations but I have had no luck. Is there any one who could steer me in the right direction. I am looking forward to see what house builder can do. Your help will be much appreciated. -
Hi,
if you have correctly unzipped the package in your Plugins folder, there should'nt be any problem.
Check that you have:- HouseBuilder_extension.rb in your Plugins folder
- a sub-folder named "HouseBuilder" with 2 other .rb files in it and a lot of png's and gif's as well. A .txt file is also there, with the wood sections listed in it.
Read the readme.txt file for further details.
-
Dera Didier,
Your Script is very useful and funny,
I have a doubt about the timber (beam) on top of the windows and door.
If i put door or windows it's result vertical, Shouldn't be horizontal?
Thank you in advance for your kind attention,
Giovanni
-
Giovanni,
I think it is a matter of both local convention and structural strength. When I was taught about framing (half a zillion years ago) I was told to put the beam vertically. So from my point of view this should be correct.
Anssi
-
I agree with Anssi.
But I want also say that it is NOT my script. The original was coded by S. Hurlbutt, I only tweaked it to metric units and parametric sections... -
@didier bur said:
Hi,
if you have correctly unzipped the package in your Plugins folder, there should'nt be any problem.
Check that you have:- HouseBuilder_extension.rb in your Plugins folder
- a sub-folder named "HouseBuilder" with 2 other .rb files in it and a lot of png's and gif's as well. A .txt file is also there, with the wood sections listed in it.
Read the readme.txt file for further details.
Hi Didier,
I have unzipped HouseBuilder_metric_12.zip in the Plugins folder. The HouseBuilder_extension.rb and sub-folder "HouseBuilder" are there as described by you. When I launch SketchUp, I still get the following error.
"Error Loading File HouseBuilder_extension.rb private method split called for nil:NilClass"
Could you please advice me to resolve this issue.
I am using SketchUp Pro v6.0 on iMac, Mac os x 10.5.4.
Thanks,
Dayakar
-
Hi,
I'm puzzled because the "split" method is called several dozens of times in the code so I can't localize exactly where there's something wrong at startup. Maybe it's a Mac issue. Do you have a file "housebuilder_sections.txt in the HouseBuilder folder ? I guess yes...
Give me some time to search...But take a look at the top of this thread, other people on Mac have the same issue as yours. -
wow, thank you very much! this is awesome
pav
-
@didier bur said:
Hi,
I'm puzzled because the "split" method is called several dozens of times in the code so I can't localize exactly where there's something wrong at startup. Maybe it's a Mac issue. Do you have a file "housebuilder_sections.txt in the HouseBuilder folder ? I guess yes...
Give me some time to search...But take a look at the top of this thread, other people on Mac have the same issue as yours.Hi Didier,
Thank you for the response. Yes, I do have have housebuilder_sections.txt in the HouseBuilder subfolder. This script is very useful, I saw the demo of this script at http://sites.google.com/site/3dbasecamp2008/all-sessions-2008/maxing-out-your-productivity-with-ruby-scripts.
Regards,
Dayakar -
Greetings to all.
Didier, just a quick note - I just wanted you to know that I am also having the same issues with my mac.
"Error Loading File HouseBuilder_extension.rb
private method `split' called for nil:NilClass"Any ideas?
I tried to look for the "offending line" in the script but I quickly became confused. Is it "HouseBuilder_extension.rb", (which is not scrambled)
or "HouseBuilder.rb", or "HouseBuilderTool.rb" (both of which are scrambled)?Please advise. I'm sure many of us in the Mac community would be very appreciative if we could get this to work!
cheers from Berlin,
Jason
-
Hi
It is probably in "HouseBuilder_extension.rb" there.
I suspect this line is the offending one:su_path = Sketchup.find_support_file("Sketchup.exe").split("Sketchup.exe")[0]
because there's no exe files on Mac, and they are located elsewhere. So su_path variable is nil, and when the script tries to locate the txt sections files, the su_path is splitted starting from a nil value, which raises error. (hope i'm clear )
I'll take a look at this asap, but I'm very busy these days... Here is my todo list, apart from corporate devs:Terrain reshaper
Housebuilder for Mac
Transformer keys positions
Align tool -> copy option
Extrudelinesalongpath (follow me for lines)
SU2STL & Heightfield_gen : binary tests
Instancing brush for compo spray
SU2POV mat editor sliders -
bonjour didier ...
ok, i will see what i can do to make it work. note i am a total non-programmer, but maybe i'll have some luck and you can strike it off your list! i'll report back when i know if i have any success or not
a bientôt!
jason
-
Cher Didier,
Bonjour! Alors, here's the report: I can't find the line you are talking about in the script. Pas trouve! It must be in one of the two scrambled files. Je regrete! Please advise if there is another way I can help!
best wishes from Berlin,
Jason
Advertisement