Sketchup::Group (Class)

In: Geodesic_SketchUp.rb
Parent: Object

Extending the SketchUp Group class to support a new Smoothable#smooth_all method.

Methods

move_to  

Included Modules

Public Instance methods

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]