Will be very cool with the Radial Move by CPlassais ! π
And with the "tricky one liner" for the ruby console by TIG (which makes each faces selected as a component)! β
m=Sketchup.active_model;n=m.active_entities;m.selection.to_a.each{|e|(g=n.add_group(e);g.to_component.definition.name="Face#1")if e.class==Sketchup;;Face}