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