public static function convert($ps_ply, $ps_stl)
 {
     $o_ply2stl = new PlyToStl($ps_ply);
     return $o_ply2stl->writeStl($ps_stl);
 }