//****************************************************************************** // // 版权所有: 玉溪时光科技有限公司 // 联系邮箱: q.100@qq.com // 开发日期: 2023/08/08 // //****************************************************************************** global proc SGRefreshGeoLineEdit (){ string $meshes[] = `SGMeshesList`; for ($i=0;$i= 2){ int $meshIndices[] = `SGGetMeshes -lod 0`; for($index in $meshIndices){ $meshes[size($meshes)] = `SGGetMeshes -i $index`; } } else{ $meshes = `SGGetMeshes`; } return $meshes; }