Making a measurement plugin with ruby api

I want to make a sketchup extension plugin which can make calculation like length,width,height and area.Then i want to pass the data to a third party Api. Any references how can i develop this plugin ruby.I have some basics with ruby.Now i want some references to this kind of similar work which i can follow.

Look in the SketchUcation PluginStore.
There are several tools which cover getting length and area [and volume].
There are also many tools to export data as CSV, which could form the basis of your own tool.
Most of my own tools are not encrypted and offer many ‘cribs’.
There are also many tools by others to dissect…

1 Like

There are also examples in the official example repository …

2 Likes