Extending the SketchUp Group class to support a new Smoothable#smooth_all method.
Convenience method to move the group to a specified location, since I couldn’t figure out anything simpler than:
my_group.move!( Geom::Transformation.translation(Geom::Vector3d.new( x, y, z ) ) )
[Validate]