# File Geodesic_SketchUp.rb, line 199 def move_to( x, y, z ) self.move!( Geom::Transformation.translation(Geom::Vector3d.new( x, y, z ) ) ) end