SketchUcation Plugin Store

 

 

[Plugin]SOLID QUANTIFYv2.4.2 update MAy 18,2013.

[Plugin]SOLID QUANTIFYv2.4.2 update MAy 18,2013.

Postby tak2hata » Sun Nov 06, 2011 2:50 pm

Solid Quantify v2.4.2 by TAK2HATA : Copyright 2012.

It shows Quantify of all solid in sketchup model.
In the case of The Solid created by Building strcuture tool,
Total Sum of Every material of Solid is caluculated.
Thanks.
####General disclaimer
I MAKES NO GUARANTEE OF VALIDITY about reports by using this script.
Please use this script at your own risk.
####
Update
Nov 09, 2011:add "cu" in list.
Nov 29, 2011:I update this with the proposal by stevendaniels.Thank you.
Mar 18, 2012:Improve and add function exporting XML spreadSheet.
Mar 20, 2012:Add function exporting CSV.and add new items in list.Area of surface and Width,Height,Depth.
Width is the length about X Axis in component.So Width means the length of the element made with Building structure tool.
Mar 21, 2012:Bugfix about aborting because getting size of Component.
Apl 05,2012:version2.0a:Add Estimate cost reporter.and Improve functions.
Apl 08,2012:version2.0b:Improve and bugfix.
Sep 05,2012:Version2.0d:Bugfix:Surface area calculated double,when that face do not have back-material.And mistaked about units when report rendered in webdialog.
"Cost" in Subtotal was incorrect.it fixed.
Overrided material by component/group is effective to quantify now.
Improve displaying for watcher.

Sep 27,2012:Version2.2:Add Changing Units in report.
Oct 28,2012:Version2.3:Add option switch of quantifying each component definition.and improve.
v2.3:Small improve.
V2.41:Apr 28,2013.:Version2.4:Add Short/Full report for Webdialog.
Bug fix about surface area in scaled component.
Including area of back_face material.
deal with instance name as priority to definition name when the name applied to instance.
Small Improve:Report with the model includes no solid.
v2.4.2:May 16,2013:Modify for Sketchup Extension Class.
And Add showing charts with Javascript InfoVis tool kit.(http://philogb.github.io/jit/)
V2.4.2 New function "SHOW CHART" video.
v2.4.3 Small BugFix.


Please erase older version when new version is copied to plugin folder.

New version:
solid_quantify2_130518.rbz


Older Version:
solid_quatify2.rb


How to use Solid_Quatify(youtube)

Export solid reports with xml and csv.(youtube)

solid quantify2_Apr04_2012_how to estimate cost.(youtube)

update v2.4


Where download My Building Smart Modeling tool for sketchup
Hole on Solid Tool
http://forums.sketchucation.com/viewtopic.php?f=323&t=41582
Building structure tool
http://forums.sketchucation.com/viewtopic.php?f=323&t=35798
Solid quantify
http://forums.sketchucation.com/viewtopic.php?f=323&t=41120
WHD Parametric Component
Coming soon.
Please, register (free) to access all the attachments on the forums.
Last edited by tak2hata on Sat May 18, 2013 9:00 am, edited 17 times in total.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUATIFY

Postby Pilou » Sun Nov 06, 2011 4:30 pm

Seems very useful! :fro:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10027
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin]SOLID QUATIFY

Postby Ken » Sun Nov 06, 2011 10:25 pm

Nice plugin. It would be nice if the "cu" was in the same units at the model. I tried to look at the code and change the output to cu/in. However, I just couldn't figure it out.

Anyway, thanks for the plugin.

Ken
Government rushes to help the irresponsible and does little for the responsible.
User avatar
Ken
Premium Member
Premium Member
 
Posts: 702
Joined: Thu Nov 15, 2007 1:38 pm
Location: Fort Mill, SC
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: engineering and mechanical design
Level of SketchUp: Advanced

Re: [Plugin]SOLID QUATIFY

Postby tak2hata » Wed Nov 09, 2011 4:51 am

Hi,Pilou and Ken.
I am glad that good evaluation from you.
I add "cu" in quantify list.
Thanks :ecstatic:
Ken wrote:Nice plugin. It would be nice if the "cu" was in the same units at the model. I tried to look at the code and change the output to cu/in. However, I just couldn't figure it out.

Anyway, thanks for the plugin.

Ken
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby Ken » Wed Nov 09, 2011 3:50 pm

tak2hata

Thank you for the update. The column of cu/in helps a great deal.


Ken
Government rushes to help the irresponsible and does little for the responsible.
User avatar
Ken
Premium Member
Premium Member
 
Posts: 702
Joined: Thu Nov 15, 2007 1:38 pm
Location: Fort Mill, SC
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: engineering and mechanical design
Level of SketchUp: Advanced

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby stevendaniels » Mon Nov 28, 2011 8:41 pm

Excellent plugin. I am amazed at what you accomplished in under 200 lines of Ruby. :thumb:

One thing I would love to see is support for layers. For example in my model all of the wood framing, concrete beams and insulation are on separate layers. It would be great if I could have the option to see the list broken down by layers. As a temporary fix I modified your script on line 16 like so:

Code: Select all
pents.each{|ent|
  if ent.layer.visible?


This way I can toggle the layer I want and get estimates JUST for that material. Still trying to figure out how to break down by layer as I familiarize myself with SU API, any help there would be appreciated

Another small detail is the size of the window. Right now its way too small (100x100) and I have to keep opening it each time I run the plugin. I fixed this on my own copy by changing line 158 to:

Code: Select all
UI::WebDialog.new("SOLID QUANTIFY", true, "SOLID_QUANTIFY", 800, 800, 150, 150, true)


That's about it. Thanks for sharing this plugin with us!
stevendaniels
 
Posts: 10
Joined: Mon Jun 20, 2011 3:41 pm

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby stevendaniels » Tue Nov 29, 2011 12:27 am

Ok so after further digging I see what you were trying to accomplish with grouping by materials. Unfortunately you chose to use your own custom attributes which will make this grouping meaningless to most people. I am currently rewriting some of this to suit my own needs - I will post here when complete but its definitely not a one-size-fits-all solution since I dont have the time to customize it for every use case.
stevendaniels
 
Posts: 10
Joined: Mon Jun 20, 2011 3:41 pm

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby tak2hata » Tue Nov 29, 2011 4:42 am

stevendaniels wrote:Ok so after further digging I see what you were trying to accomplish with grouping by materials. Unfortunately you chose to use your own custom attributes which will make this grouping meaningless to most people. I am currently rewriting some of this to suit my own needs - I will post here when complete but its definitely not a one-size-fits-all solution since I dont have the time to customize it for every use case.

Hi stevendaniels.
I update this with your proposal.
The Nice proposal for this plugin ,It welcome to me and everyone.

Thanks. :D
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby Ken » Tue Nov 29, 2011 5:54 am

Great plugin. Would it be possible to get the output to a CSV file. This type of file could be imported into a xcel spreadsheet.

If not, still a great plugin.

Thank you

Ken
Government rushes to help the irresponsible and does little for the responsible.
User avatar
Ken
Premium Member
Premium Member
 
Posts: 702
Joined: Thu Nov 15, 2007 1:38 pm
Location: Fort Mill, SC
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: engineering and mechanical design
Level of SketchUp: Advanced

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby tak2hata » Wed Nov 30, 2011 4:42 am

Ken wrote:Great plugin. Would it be possible to get the output to a CSV file. This type of file could be imported into a xcel spreadsheet.

If not, still a great plugin.

Thank you

Ken

Hi,Ken.
I think so ,too. ;)
by the way,if you have intalled excel,perhaps the Table in the browser can be exported with pulldown menu.

In future I will change script to export CSV.
But exporting schema is not enough consideration.

Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY updateWed Nov 09, 2011

Postby rachmatrf » Tue Feb 21, 2012 10:59 am

Arigato Gozaimatsu... :berserk: :berserk: :berserk: :berserk: :berserk:
You Rock!!!
rachmatrf
 
Posts: 14
Joined: Mon Jun 14, 2010 12:01 pm
Name: Rachmat Rhamdhani Fauzi

Re: [Plugin]SOLID QUANTIFY update Mar 18,2012.

Postby tak2hata » Sun Mar 18, 2012 9:37 am

Hi
I updated "Solid Quantify".
Add new function for export XML SpreadSheet.
It could be read with application like excel.

Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY update Mar 18,2012.

Postby ZFRPS » Mon Mar 19, 2012 3:12 pm

Dear Tak2hata:

exporting XML :thumb:
Now ,only volume exporting XML,when "area","length","piece" all exporting XML,very nice!
length of section bar (group)....or length of lines-group...
area of faces that TBN To Be Nominated inside group...
piece of components ....

However,YOU are great man for BIM,I love you!
sketchup is bim
ZFRPS
 
Posts: 88
Joined: Tue Jul 29, 2008 1:40 am

Re: [Plugin]SOLID QUANTIFY update Mar 20,2012.

Postby tak2hata » Tue Mar 20, 2012 3:33 pm

Hi,
I update in mar 20,2012.

zfrps...
Yout suggestion is good.
I think piece of components could be found in model info window.

Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY update Mar21,2012.

Postby ZFRPS » Wed Mar 21, 2012 7:33 am

Tak2hata:
I think only piece of components could be found in model info window not enough,need exporting XML for budgetary price of project,your plugin is good,hope it change to better powerful.
01.jpg
02.jpg


look here:
amount:200001,this very good,Generate report amount 5000 around inide of sketchup and very very slow,so I enjoy your plugin and love you !
Please, register (free) to access all the attachments on the forums.
sketchup is bim
ZFRPS
 
Posts: 88
Joined: Tue Jul 29, 2008 1:40 am

Re: [Plugin]SOLID QUANTIFY update Mar21,2012.

Postby tak2hata » Wed Mar 21, 2012 1:58 pm

zfrps wrote:Tak2hata:
I think only piece of components could be found in model info window not enough,need exporting XML for budgetary price of project,your plugin is good,hope it change to better powerful.
01.jpg
02.jpg


look here:
amount:200001,this very good,Generate report amount 5000 around inide of sketchup and very very slow,so I enjoy your plugin and love you !

Hi,zfrps.
Model info window is this.
sketchup_model_info_window_statics.JPG

It shows piece of component.
The budgetary price of project is important.
I will add fucntion to manage cost of materials.
I am still inquiring.

Thanks.
Please, register (free) to access all the attachments on the forums.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFY update Mar21,2012.

Postby ZFRPS » Wed Mar 21, 2012 3:37 pm

Dear Tak2hata:
About It shows piece of component in Model info window ,this is not enough,because budgetary number need XML or EXCEL,Can you copy components number out to XML or EXCEL From MODEL INFO?
In XML,not that every last Group or Component all need volume, area, length, piece,
All Components only piece
Partial Groups only length...For example:Angle iron,steel tube,pipe, and other section bar.
Partial Groups only volume...For example:concrete...
Partial Groups only area...For example:coating of wall;flooring tile on ground...notice:area of faces only that is to be Nominated inside groups,not all faces inside groups.

Budgetary number is important a Part for BIM of project,in project,various material number is multifarious and disorderly,so all need exporting to XML or EXCEL.

This things for BIM of sketchup,Expect Tak2hata and everybody substantial support.

Thanks again!
sketchup is bim
ZFRPS
 
Posts: 88
Joined: Tue Jul 29, 2008 1:40 am

Re: [Plugin]SOLID QUANTIFY update Mar21,2012.

Postby tak2hata » Sat Mar 24, 2012 3:44 am

zfrps wrote:Dear Tak2hata:
About It shows piece of component in Model info window ,this is not enough,because budgetary number need XML or EXCEL,Can you copy components number out to XML or EXCEL From MODEL INFO?
In XML,not that every last Group or Component all need volume, area, length, piece,
All Components only piece
Partial Groups only length...For example:Angle iron,steel tube,pipe, and other section bar.
Partial Groups only volume...For example:concrete...
Partial Groups only area...For example:coating of wall;flooring tile on ground...notice:area of faces only that is to be Nominated inside groups,not all faces inside groups.

Budgetary number is important a Part for BIM of project,in project,various material number is multifarious and disorderly,so all need exporting to XML or EXCEL.

This things for BIM of sketchup,Expect Tak2hata and everybody substantial support.

Thanks again!

Hi,zfrps.
Component counts will be solved with "component reporter+.rb"
http://forums.sketchucation.com/viewtopic.php?t=1524#p6682.

Budgetary pricing is important for quantify.
It will be goal of this plugin.
The setting of schema about Budgetary pricing list is needed.
I will try it nearly future.
Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby tak2hata » Wed Apr 04, 2012 5:27 pm

Hi ,
I update this tool in apr 05,2012.
Add new functios.

Enjoy! :ecstatic:
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby Pilou » Wed Apr 04, 2012 6:40 pm

Always astonishing! :thumb:
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10027
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby ZFRPS » Wed Apr 04, 2012 10:34 pm

First thanks your arduous jobs for everybody !

NOW,
01.jpg
test01.skp
Please, register (free) to access all the attachments on the forums.
sketchup is bim
ZFRPS
 
Posts: 88
Joined: Tue Jul 29, 2008 1:40 am

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby ZFRPS » Wed Apr 04, 2012 10:51 pm

So,about length of group,maybe i think first need a plugin:SOLIDGROUP TO LINEGROUP,then count length of linegroup,and when sketchup to CAD ,PIPE-linegroup very nice than solidgroup!

Can you help me for plugin:SOLIDGROUP TO LINEGROUP?

Thanks again !
02.jpg
test02.skp
Please, register (free) to access all the attachments on the forums.
sketchup is bim
ZFRPS
 
Posts: 88
Joined: Tue Jul 29, 2008 1:40 am

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby tak2hata » Thu Apr 05, 2012 12:59 am

zfrps wrote:So,about length of group,maybe i think first need a plugin:SOLIDGROUP TO LINEGROUP,then count length of linegroup,and when sketchup to CAD ,PIPE-linegroup very nice than solidgroup!

Can you help me for plugin:SOLIDGROUP TO LINEGROUP?

Thanks again !
02.jpg
test02.skp

Hi, zfrps.
I think it is very difficult.
I will consider it future.
Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby OSN58 » Thu Apr 05, 2012 9:24 am

What this number?
Thanks.
Please, register (free) to access all the attachments on the forums.
OSN58
 
Posts: 8
Joined: Tue Nov 10, 2009 5:48 pm
Name: Stas

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby tak2hata » Fri Apr 06, 2012 1:02 am

OSN58 wrote:What this number?
Thanks.

Hi,OSN58.

"SUB TOTAL"is sub total of volumes in that group,when The Solids exists in the Group.
The group name is displayed in "PARENT NAME"

Thanks.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby OSN58 » Fri Apr 06, 2012 6:48 am

Sub total of COST in that group,when The Solids exists in the Group does not work?
Thanks.
OSN58
 
Posts: 8
Joined: Tue Nov 10, 2009 5:48 pm
Name: Stas

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby tak2hata » Sun Apr 08, 2012 9:31 am

OSN58 wrote:Sub total of COST in that group,when The Solids exists in the Group does not work?
Thanks.

Hi,I update solid quantify2 to v2.0b.

OSN58....
"Cost" in subtotal is incorrect.
It fixed now.
Thans.
-----------
by TAK2HATA
tak2hata
 
Posts: 204
Joined: Fri Feb 13, 2009 1:41 pm
Location: Japan
Name: tak2hata
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Intermediate

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby OSN58 » Sun Apr 08, 2012 10:37 am

Great plugin.
Thanks.
OSN58
 
Posts: 8
Joined: Tue Nov 10, 2009 5:48 pm
Name: Stas

Re: [Plugin]SOLID QUANTIFYv2.0a update Apr05,2012.

Postby OSN58 » Sun Apr 08, 2012 1:11 pm

How to make localization of a plug-in (on Russian)?
OSN58
 
Posts: 8
Joined: Tue Nov 10, 2009 5:48 pm
Name: Stas

Re: [Plugin]SOLID QUANTIFYv2.0b update Apr08,2012.

Postby LyVirak » Mon Apr 09, 2012 7:01 am

ありがとうごさいます。
LyVirak
 
Posts: 1
Joined: Mon Apr 09, 2012 6:39 am
Name: Virak

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Not a Premium Member yet? Check out the great time-limited deal we are offering.

Ad Machine
Robot
 
Posts: 2012

Next

Return to Plugins

Who is online

Users browsing this forum: dacastror, moabut, tie12 and 11 guests