Generate Report???
-
Hi everyone,
Wanted to know if anyone knows how to generate a compiling report.
In other words... generate a report that could cumulate and combine the identical components.
Like... do I kneed to add a function to get a report that could tell me:
(See attached image)
Big boxes 4
small boxes 5Thanks so much if anyone can help.
-
according to your exact example, you can use the model info dialog
Window -> Model Info-> Statistics-> switch to 'only components'
that list is then copy/paste_able if need be..
*note- sketchup pro has a more thorough way of reporting..
-
Use TIG's Component Reporter ++ plugin.? http://sketchucation.com/forums/viewtopic.php?t=23991#p147658
-
a forum member has contacted me via PM about this.
they're unable to get the report as i've described earlier and i have no clue as to why not..
is this a suPro only capability by any chance? or other ideas?
thanks(a screenshot showing it's a component and that the stats window is empty)
-
Yes, it is Pro only feature. See the "pro only feature" tag here: http://support.google.com/sketchup/bin/answer.py?hl=en&answer=160377
-
thanks csaba
-
hmm.. that said, i can't find documentation about this particular case which is Model Info -> Statistics ->Only Components (as opposed to File->Generate report)
the description here has no mention of it being a pro only feature..
http://support.google.com/sketchup/bin/answer.py?hl=en&answer=114975(and since i can no longer easily switch my suPro to free, it's hard for me to do this comparison myself..)
-
I think you can get similar results to the generate report function with some of those cutlist plugins (search the ruby depot and the local plugin index here). I cannot give any detailed advice as I have never used any (of these plugins or the generate report function - unless some time during a beta testing years ago).
-
and this sample code dosen't mention 'Pro'
@unknownuser said:
Attribute Reporter Script
The following code demonstrates how to read every DC Attribute in a model and generate a text file report to disk. You can copy and paste this code into your text editor, save it as attrreporter.rb into your plugins directory, and restart SketchUp. If you select some components and right click on your selection, you will see a new context menu item for "Generate Selection Attributes Report".
By modifying this sample, you could easily create more powerful or customized capabilities for your specific needs.
http://www.sketchup.com/intl/en/developer/docs/tutorial_attrreportingI have used this to make other non DC html reports...
john
-
@unknownuser said:
hmm.. that said, i can't find documentation about this particular case which is Model Info -> Statistics ->Only Components (as opposed to File->Generate report)
the description here has no mention of it being a pro only feature..
http://support.google.com/sketchup/bin/answer.py?hl=en&answer=114975(and since i can no longer easily switch my suPro to free, it's hard for me to do this comparison myself..)
I have this report with free (on Mac), entire model or components only.
-
http://www.sketchup.com/intl/en/developer/docs/tutorial_attrreporting
need to fix bug in code in str 159
we see
value = value.gsub(/\'/,''')
need
value = value.gsub(/\'/,'**%(#BF0000)[\]**'')
-
I reported that years ago... BUT 'they' still haven't fixed it !
Advertisement