How to make simple generate report?

hi i want to make simple generate report for component. now i need some tips.
taking information and save it as CSV. which part of document should i study and if you show me simple example i send you :heartpulse:

There are several examples - do a search… e.g.
SketchUp Plugins | PluginStore | SketchUcation

1 Like

The Ruby Standard Library has a CSV class you can use. Read it’s docs:

Just be sure to load the class if it is not yet loaded …

require 'csv' unless defined?(CSV)

The CSV docs have some simple examples using simple string data.

What kind of model information ? There is a multitude of getter methods in the API for various API classes. Be a bit more specific.

1 Like

at the first we need grab some information like lengthX,Y,Z and other info that defined in the attribute.my infirmity is in this level