@@ -951,6 +951,7 @@
class="dialog-footer"
>
<el-button @click="dialog.mesh_generation = false">{{ $t("HCFD.file.cancel")}}</el-button>
+ <!-- <el-button @click="mesh2d">添加2D网格</el-button> -->
<el-button
type="primary"
@click="meshSplitok();dialog.mesh_generation = false"
@@ -7526,6 +7527,10 @@ export default {
})
.catch((err) => {});
},
+ // 网格添加2DTree
+ mesh2d(){
+
+ },
watch: {
"animationobj.currentstep"() {