HI all, I am fairly new to Ruby scripting but am very versed in SketchUp, I have been using it since @Last. I use Sketchup Daily in my job and I want to automate what I think is a few simple things. I build cabinets using cabinetsense plug in and I also use it to design kitchens that I order ready to assemble (RTA). I want to retrieve the instance name of all the cabinets that I select and have the populate a csv file and then I can manipulate that into my quoting and ordering software.
I have been using one of the Ruby code editor plugins and learning Ruby for SketchUp and have made a few scripts to do things such as draw things and automate scenes, but I just cant seem to do what I want when it comes to exporting info. If anyone has an example of what I want or can point me to a place I can find it, that would be great.
Thanks TIG, I have been able to get what I want but when it outputs I get apostrophe marks ’ ’ around my data in the csv file. Is there a way to get rid of those?