A group, select the group…
object = selection.first
elements = object.entities.grep( Sketchup::Drawingelement )
will return the geometry within the group.
But if I’m in the group and want to get the geometry without selecting the geometry, what do I need to look at to get the geometry?
object = model.active_path
seems to return the group identifier when I’m in the group…