[Plugin] SketchUpBIM: Building Modeling made easy!
-
[off:u6di0ueh]This plugin has been quarantined.[/off:u6di0ueh]
SketchUpBIM is a free plugin for Google SketchUp. It provides simple tools that make it easier to model buildings and engineering structures. SketchUpBIM provides tools to create grids, walls, columns, beams, slabs and openings. Elements created with SketchUpBIM seemlessly integrate with all other Google SketchUp geometry and operations. SketchUpBIM helps you to cut down the total time that is required to create a complete building model in Google SketchUp.
Free Version of SketchUpBIM can be Downloaded on the SketchUpBIM website: http://www.sketchupbim.com
(OLD VERSION)
SketchUpBIM Installation
(NEW VERSION)
To download the latest version of SketchUpBIM,
visit the SketchUpBIM website: http://www.sketchupbim.com/Product.htmlBasic Tutorial: 14 minutes, will make you an expert with SketchUpBIM
[flash=853,480:u6di0ueh]http://www.youtube.com/v/azATxKce3Pc[/flash:u6di0ueh]Sample Video: 4 minutes, sample 3 bedroom residential building created with SketchUpBIM
[flash=640,480:u6di0ueh]http://www.youtube.com/v/0cnSoXKUX6Q[/flash:u6di0ueh]best!
Dex -
Looks interesting. Will try later.
Why scramble if free plugin, btw?
-
Now we're talkin', thank-you d-e-x! Love any Architectural applications for SketchUP. Now if the industry will just pick-up to justify them.
-
i have uploaded a sample video on YouTube. It demonstrates the usage of SketchUpBIM tools for the design of a 3 bedroom residential building.
Check it out: http://youtu.be/0cnSoXKUX6Q
-
let's see if this works
[flash=640,480:3l5ebjvk]http://www.youtube.com/v/0cnSoXKUX6Q[/flash:3l5ebjvk]
-
Seem to work - if you mean embedding. Though the video doesn't seem to do anything new after 3:45.
-
Yep, thanks. I can see it as well
The video completes at 3:45. However, I recorded the text for the remaining time as I planned to keep it along-side a normal sketchup window and demonstrate the difference in efficiency. It took me approx 9 minutes to construct the same building in SketchUp without the plug-in.
-
If you could add IFC export to this, you've got a solid gold winner!
-
sketchupBIM,good idea !
Go on -
This is the best free plugin i have used.
unfortunately it is scrambled so I cannot switch the units to metric.
-
Yes, we want a metric version.
-
@d_e_x: If you use the
Length
class then SU will do the unit conversion from SU's internal inches to the user's current unit setup for you.Then you use
Length.to_s
it converts it to a user friendly string.To convert user input from user format to SU's internal unit, use
String.to_l
.See the extension of the core methods that's included in SU:
http://code.google.com/apis/sketchup/docs/ourdoc/length.html
http://code.google.com/apis/sketchup/docs/ourdoc/string.html
http://code.google.com/apis/sketchup/docs/ourdoc/numeric.html -
@pixero said:
Yes, we want a metric version.
Come on, you mean "We would like". It's a free plugin after all. I know you mean good, but I feel it's done too much around here, just want to make it clearer to everybody.
-
Hi d_e_x:
This tool looks very promising! I am amazed at your skills. -
WoW! Thank you for the response and suggestions. I have a pretty long and well thought-off roadmap for this plug-in. In this initial version, it was important to get the basic process-flows right - so that on-going development is possible.
-
Units: Yep, Metric is important. and T, thanks for the tips/suggestions on the Length class I have a few ideas on this myself: after all, my 8 years in the CAD industry should come to good use
-
IFC Import/Export: Another important feature. Allowing seemless import and export is probably the main vision of this plugin. There are some other ideas in our team - like using the apis provided by BIM software (like REVIT, and ARCHICAD) to import parametric geometry. I have seen this method to be more reliable in terms of preserving the element types and element properties. But we'll see; IFC seems to be equally important.
Please feel free to add to the list.
-
-
b/w I am doing the final reviews of the "Basic Tutorial" video. It should be uploaded by EOD today.
-
I just have a couple of questions as a potential user:
Could one start with an initial floor plate on the ground plane and do the same workflow as shown in the video?
Is it best to work in orthographic view? -
I don't want to risk sounding pushy, because I'm really excited to see someone add this functionality to SketchUp, but as I see it, IFC is the de facto standard for BIM interoperability.
ArchiCAD and Revit are great products, but there are Microstation and Vectorworks as well in the BIM market. IFC ought to be completely independent of any of this, and I think all the apps support it.
My greatest fear with BIM is fragmentation and lack of interoperability, which will mean that the industry could take 2 steps forward, but 3 steps back.
Having said that, it's fantastic that you're doing what you're doing, so please keep it up
[Edit: there is already an app called ifc2skp, and I can put you in contact with them if you want]
-
@d_e_x said:
- Units: Yep, Metric is important. and T, thanks for the tips/suggestions on the Length class I have a few ideas on this myself: after all, my 8 years in the CAD industry should come to good use
I've seen quite a few people new to SketchUp Ruby scripting trying to do the unit conversion manually, which just complicates things. The methods are there to let SU do the work. One just need to beware if one handle Float or Length objects. As some SU's methods returns units as regular floats - in which case it's a float representing inches. Just convert that to a Length -
Float.to_l
. -
@mitcorb said:
Could one start with an initial floor plate on the ground plane and do the same workflow as shown in the video?
All SketchUpBIM elements (walls, beams, slabs etc) belong to a particular floor. Also, they are drawn downwards from that particular floor. So in the appended example, 2 walls are drawn on "Elevation 10 ft" (first floor). These wall automatically extend downwards till they hit the level below. In this case, the below level is the ground itself. Hence, there is no need to explicitly draw an additional floor plate.
@mitcorb said:
Is it best to work in orthographic view?
It is recommended: to avoid confusion with the below levels and provide a clean drawing board for each level/floor. However, this is not mandatory, you can rotate the view and keep using the tools. Important thing to keep in mind: the SketchUpBIM tools will always draw on the selected level on the layers dialog. In this case, as "Elevation 10.0 ft" is selected, the tools will snap automatically to draw at this particular level only. I call this a feature, hopefully it will be accepted as one
I will upload a tutorial video by EOD today. This should clear up the process-flows and methodology.
Advertisement