|  | @@ -5,7 +5,7 @@
 | 
											
												
													
														|  |        <div class="toolbar-part-detail lbg_color1 ">
 |  |        <div class="toolbar-part-detail lbg_color1 ">
 | 
											
												
													
														|  |           <!-- 工具栏 -->
 |  |           <!-- 工具栏 -->
 | 
											
												
													
														|  |        <!-- <transformtool ref="transform" :servertype="servertype" :projectId='project.projectId'  :wstep='wstep' :bStep='bStep' :vStep='vStep'></transformtool> -->
 |  |        <!-- <transformtool ref="transform" :servertype="servertype" :projectId='project.projectId'  :wstep='wstep' :bStep='bStep' :vStep='vStep'></transformtool> -->
 | 
											
												
													
														|  | -          <el-tabs   v-model="activeName" type="card" @tab-click="handleClick" style="border-bottom:1px solid">
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <el-tabs   v-model="activeName" type="card" @tab-click="handleClick" class="tabsel">
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |              <el-tab-pane label="几何建模" name="one"><geometry></geometry></el-tab-pane>
 |  |              <el-tab-pane label="几何建模" name="one"><geometry></geometry></el-tab-pane>
 | 
											
												
													
														|  |              <!-- 网格划分 -->
 |  |              <!-- 网格划分 -->
 | 
											
										
											
												
													
														|  | @@ -1862,6 +1862,413 @@
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |      </el-dialog>
 |  |      </el-dialog>
 | 
											
												
													
														|  | 
 |  | +    <!--轮廓显示  Contour Displsy-->
 | 
											
												
													
														|  | 
 |  | +       <el-dialog  :visible.sync="dialog.contour_visiable" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five7-0'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p3" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color">轮廓显示</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form>
 | 
											
												
													
														|  | 
 |  | +       <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">轮廓</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +    <div class="Squareline  selecr">
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="名称" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="PingYi" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="类型" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="PingYi" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +            <el-form-item :label="$t('HCFD.results.scalar') " :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +          <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext"> 标量集</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +       <el-form-item label="水平" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +      <div class="disflex lheig34 liitem">
 | 
											
												
													
														|  | 
 |  | +                      <el-checkbox-group v-model="velementCheckeds" style="display:flex">
 | 
											
												
													
														|  | 
 |  | +                        <el-checkbox
 | 
											
												
													
														|  | 
 |  | +                          label="Horizontal"
 | 
											
												
													
														|  | 
 |  | +                          @change="ContourvalVolume('Mesh')"
 | 
											
												
													
														|  | 
 |  | +                        ></el-checkbox>
 | 
											
												
													
														|  | 
 |  | +                        <el-checkbox
 | 
											
												
													
														|  | 
 |  | +                          label="Velocity"
 | 
											
												
													
														|  | 
 |  | +                          @change="ContourvalVolume('Contour')"
 | 
											
												
													
														|  | 
 |  | +                        ></el-checkbox>
 | 
											
												
													
														|  | 
 |  | +                      </el-checkbox-group>
 | 
											
												
													
														|  | 
 |  | +                    </div>  
 | 
											
												
													
														|  | 
 |  | +         <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext"> 范围</div>
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +    <el-form-item label="最大范围" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="0" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +    <el-form-item label="最小范围" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="0" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item> 
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.contour_visiable= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.contour_visiable = false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  | 
 |  | +   <!--线条显示 Line Displsy-->
 | 
											
												
													
														|  | 
 |  | +       <el-dialog  :visible.sync="dialog.Line_visiable" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five7-1'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p9" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color">线显示</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form>
 | 
											
												
													
														|  | 
 |  | +       <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">线</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +    <div class="Squareline  selecr">
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="名称" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="PingYi" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="类型" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="PingYi" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +            <el-form-item :label="$t('HCFD.results.scalar') " :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +          <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext"> 标量集</div>
 | 
											
												
													
														|  | 
 |  | +    </div>  
 | 
											
												
													
														|  | 
 |  | +       <el-form-item label="水平" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +         <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext"> 范围</div>
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +    <el-form-item label="最大范围" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="0" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +    <el-form-item label="最小范围" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="0" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item> 
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.Line_visiable= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Line_visiable = false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  | 
 |  | +<!--Vector 矢量  -->
 | 
											
												
													
														|  | 
 |  | + <el-dialog  :visible.sync="dialog.Vector_visiable" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five7-2'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p4" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color">矢量</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form>
 | 
											
												
													
														|  | 
 |  | +       <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">矢量</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +    <div class="Squareline  selecr">
 | 
											
												
													
														|  | 
 |  | +          <el-form-item label="u" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +        <el-form-item label="v" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +            <el-form-item label="w" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +          <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext"> 参数设置</div>
 | 
											
												
													
														|  | 
 |  | +    </div>  
 | 
											
												
													
														|  | 
 |  | +       <el-form-item label="标度因子" :label-width="formLabelWidth2" >
 | 
											
												
													
														|  | 
 |  | +      <el-input value="" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +      </el-form-item>
 | 
											
												
													
														|  | 
 |  | +     
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.Vector_visiable= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Vector_visiable = false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Vector_visiable = false"
 | 
											
												
													
														|  | 
 |  | +          >Apply</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  | 
 |  | +<!--Solid Surface固体 -->
 | 
											
												
													
														|  | 
 |  | + <el-dialog  :visible.sync="dialog.Solid_Surface" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five8-0'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p4" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color">Solid Surface</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form :model="form">
 | 
											
												
													
														|  | 
 |  | +   <div class="heigeinput">
 | 
											
												
													
														|  | 
 |  | +        <el-form-item label="颜色">
 | 
											
												
													
														|  | 
 |  | +         <div class="saninput titleinput"> R
 | 
											
												
													
														|  | 
 |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>G
 | 
											
												
													
														|  | 
 |  | +       <el-input v-model="form.name" autocomplete="off"></el-input>B
 | 
											
												
													
														|  | 
 |  | +        <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +          <el-color-picker
 | 
											
												
													
														|  | 
 |  | +            v-model="lineColor"
 | 
											
												
													
														|  | 
 |  | +            show-alpha
 | 
											
												
													
														|  | 
 |  | +            :predefine="predefineColors">
 | 
											
												
													
														|  | 
 |  | +          </el-color-picker>
 | 
											
												
													
														|  | 
 |  | +        </div>  
 | 
											
												
													
														|  | 
 |  | +    </el-form-item>
 | 
											
												
													
														|  | 
 |  | +     <div class="yiinpu heigeinput">
 | 
											
												
													
														|  | 
 |  | +    <el-form-item label="透明度" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-input v-model="form.name" autocomplete="off"></el-input>
 | 
											
												
													
														|  | 
 |  | +         <span style="width:80px">值范围0~1</span>
 | 
											
												
													
														|  | 
 |  | +    </el-form-item>
 | 
											
												
													
														|  | 
 |  | + </div>
 | 
											
												
													
														|  | 
 |  | +    <div class="radio_text text_color liangf">
 | 
											
												
													
														|  | 
 |  | +              <div class="classfelx" style="text-align: center;">
 | 
											
												
													
														|  | 
 |  | +                <el-radio
 | 
											
												
													
														|  | 
 |  | +                      v-model="parameterObj.nmlParam.noninertial_Reference_Frame"
 | 
											
												
													
														|  | 
 |  | +                      label="on"
 | 
											
												
													
														|  | 
 |  | +                      >hide</el-radio>
 | 
											
												
													
														|  | 
 |  | +                  </div>
 | 
											
												
													
														|  | 
 |  | +                    <div class="classfelx">
 | 
											
												
													
														|  | 
 |  | +                    <el-radio
 | 
											
												
													
														|  | 
 |  | +                      v-model="parameterObj.nmlParam.noninertial_Reference_Frame"
 | 
											
												
													
														|  | 
 |  | +                      label="off"
 | 
											
												
													
														|  | 
 |  | +                      >show</el-radio
 | 
											
												
													
														|  | 
 |  | +                    >
 | 
											
												
													
														|  | 
 |  | +                    </div>
 | 
											
												
													
														|  | 
 |  | +                    </div>
 | 
											
												
													
														|  | 
 |  | + </div> 
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.Solid_Surface= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Solid_Surface= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Solid_Surface = false"
 | 
											
												
													
														|  | 
 |  | +          >Apply</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  | 
 |  | +<!--Curve Select曲线选择 -->
 | 
											
												
													
														|  | 
 |  | + <el-dialog  :visible.sync="dialog.Curve_Select" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five10-0'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p4" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color"> 选择</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form :model="form">
 | 
											
												
													
														|  | 
 |  | +   <div class="heigeinput selecr">
 | 
											
												
													
														|  | 
 |  | +        <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">结果曲线</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="选择区域" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +     <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">类型</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +      <div class="listbtn"> 
 | 
											
												
													
														|  | 
 |  | +       <el-button plain class="anniu">点</el-button>
 | 
											
												
													
														|  | 
 |  | +        <el-button plain class="anniu">Cells</el-button>
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +         <el-form-item label="标量名称" :label-width="formLabelWidth2">
 | 
											
												
													
														|  | 
 |  | +      <el-select 
 | 
											
												
													
														|  | 
 |  | +                  size="mini"
 | 
											
												
													
														|  | 
 |  | +                  v-model="vSalar"
 | 
											
												
													
														|  | 
 |  | +                  placeholder="select boundary"
 | 
											
												
													
														|  | 
 |  | +                >
 | 
											
												
													
														|  | 
 |  | +                   <el-option
 | 
											
												
													
														|  | 
 |  | +                            v-for="scalar in volumScalars"
 | 
											
												
													
														|  | 
 |  | +                            :key="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :label="scalar"
 | 
											
												
													
														|  | 
 |  | +                            :value="scalar"
 | 
											
												
													
														|  | 
 |  | +                          >
 | 
											
												
													
														|  | 
 |  | +                          </el-option>
 | 
											
												
													
														|  | 
 |  | +                </el-select>
 | 
											
												
													
														|  | 
 |  | +        </el-form-item>
 | 
											
												
													
														|  | 
 |  | +         <div class="listbtn"> 
 | 
											
												
													
														|  | 
 |  | +       <el-button plain class="anniu">清除</el-button>
 | 
											
												
													
														|  | 
 |  | +        <el-button plain class="anniu">输出量</el-button>
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | + </div> 
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.Curve_Select= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Curve_Select= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Curve_Select = false"
 | 
											
												
													
														|  | 
 |  | +          >Apply</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  | 
 |  | +<!--Curve Disp1ay曲线
 | 
											
												
													
														|  | 
 |  | +曲线选择 -->
 | 
											
												
													
														|  | 
 |  | + <el-dialog  :visible.sync="dialog.Curve_Disp1ay" 
 | 
											
												
													
														|  | 
 |  | +     v-if="active=='five10-1'"
 | 
											
												
													
														|  | 
 |  | +    :modal='false'
 | 
											
												
													
														|  | 
 |  | +    :close-on-click-modal="false"
 | 
											
												
													
														|  | 
 |  | +    @close='activecleer()'
 | 
											
												
													
														|  | 
 |  | +    custom-class='dialoglocation dialog_color'
 | 
											
												
													
														|  | 
 |  | +     width="385px"
 | 
											
												
													
														|  | 
 |  | +     :style="styX"
 | 
											
												
													
														|  | 
 |  | +       >
 | 
											
												
													
														|  | 
 |  | +            <div slot="title" class=dialog_header>
 | 
											
												
													
														|  | 
 |  | +     <el-image class="imge" :src="p4" fit="cover" />
 | 
											
												
													
														|  | 
 |  | +     <span class="text-color"> 选择</span>
 | 
											
												
													
														|  | 
 |  | +  </div>
 | 
											
												
													
														|  | 
 |  | +  <el-form :model="form">
 | 
											
												
													
														|  | 
 |  | +    <div class="Squareline selecr " >
 | 
											
												
													
														|  | 
 |  | +        <div class="line">
 | 
											
												
													
														|  | 
 |  | +      <div class="linetext">结果曲线</div>
 | 
											
												
													
														|  | 
 |  | +    </div> 
 | 
											
												
													
														|  | 
 |  | +   
 | 
											
												
													
														|  | 
 |  | +    </div>
 | 
											
												
													
														|  | 
 |  | +   <div class="heigeinput selecr">
 | 
											
												
													
														|  | 
 |  | +      
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +      
 | 
											
												
													
														|  | 
 |  | +      
 | 
											
												
													
														|  | 
 |  | + </div> 
 | 
											
												
													
														|  | 
 |  | +  </el-form>
 | 
											
												
													
														|  | 
 |  | +  <div slot="footer" class="dialog-footer">
 | 
											
												
													
														|  | 
 |  | +        <el-button   @click="dialog.Curve_Disp1ay= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.cancel")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Curve_Disp1ay= false"
 | 
											
												
													
														|  | 
 |  | +          >{{ $t("HCFD.file.ok")}}</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="dialog.Curve_Disp1ay = false"
 | 
											
												
													
														|  | 
 |  | +          >Apply</el-button
 | 
											
												
													
														|  | 
 |  | +        >
 | 
											
												
													
														|  | 
 |  | +      </div>
 | 
											
												
													
														|  | 
 |  | +</el-dialog>
 | 
											
												
													
														|  |       <!-- 单位计算开始 -->
 |  |       <!-- 单位计算开始 -->
 | 
											
												
													
														|  |         <el-dialog  :visible.sync="visiable" 
 |  |         <el-dialog  :visible.sync="visiable" 
 | 
											
												
													
														|  |       v-if="active=='six-0'"
 |  |       v-if="active=='six-0'"
 | 
											
										
											
												
													
														|  | @@ -2115,6 +2522,24 @@ export default {
 | 
											
												
													
														|  |          projectId:'',
 |  |          projectId:'',
 | 
											
												
													
														|  |          projectDesc:'',
 |  |          projectDesc:'',
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  | 
 |  | +      // 颜色选择
 | 
											
												
													
														|  | 
 |  | +      lineColor: 'rgba(255, 69, 0, 0.68)',
 | 
											
												
													
														|  | 
 |  | +        predefineColors: [
 | 
											
												
													
														|  | 
 |  | +          '#ff4500',
 | 
											
												
													
														|  | 
 |  | +          '#ff8c00',
 | 
											
												
													
														|  | 
 |  | +          '#ffd700',
 | 
											
												
													
														|  | 
 |  | +          '#90ee90',
 | 
											
												
													
														|  | 
 |  | +          '#00ced1',
 | 
											
												
													
														|  | 
 |  | +          '#1e90ff',
 | 
											
												
													
														|  | 
 |  | +          '#c71585',
 | 
											
												
													
														|  | 
 |  | +          'rgba(255, 69, 0, 0.68)',
 | 
											
												
													
														|  | 
 |  | +          'rgb(255, 120, 0)',
 | 
											
												
													
														|  | 
 |  | +          'hsv(51, 100, 98)',
 | 
											
												
													
														|  | 
 |  | +          'hsva(120, 40, 94, 0.5)',
 | 
											
												
													
														|  | 
 |  | +          'hsl(181, 100%, 37%)',
 | 
											
												
													
														|  | 
 |  | +          'hsla(209, 100%, 56%, 0.73)',
 | 
											
												
													
														|  | 
 |  | +          '#c7158577'
 | 
											
												
													
														|  | 
 |  | +        ],
 | 
											
												
													
														|  |          // current:0,
 |  |          // current:0,
 | 
											
												
													
														|  |          lsolverState:"2",
 |  |          lsolverState:"2",
 | 
											
												
													
														|  |          footerShow:true,
 |  |          footerShow:true,
 | 
											
										
											
												
													
														|  | @@ -2239,9 +2664,9 @@ export default {
 | 
											
												
													
														|  |              { icon:p4, titlie:'几何距离'},
 |  |              { icon:p4, titlie:'几何距离'},
 | 
											
												
													
														|  |          ],
 |  |          ],
 | 
											
												
													
														|  |          displaylist:[
 |  |          displaylist:[
 | 
											
												
													
														|  | -            { icon:p3, titlie:'Contour Displsy'},
 |  | 
 | 
											
												
													
														|  | -            { icon:p9, titlie:'Line Displsy'},
 |  | 
 | 
											
												
													
														|  | -            { icon:p4, titlie:'Vector'},
 |  | 
 | 
											
												
													
														|  | 
 |  | +            { icon:p3, titlie:'轮廓显示'},
 | 
											
												
													
														|  | 
 |  | +            { icon:p9, titlie:'线'},
 | 
											
												
													
														|  | 
 |  | +            { icon:p4, titlie:'矢量'},
 | 
											
												
													
														|  |          ],
 |  |          ],
 | 
											
												
													
														|  |          displaylist2:[
 |  |          displaylist2:[
 | 
											
												
													
														|  |             { icon:p9, titlie:'Solid Surface'},
 |  |             { icon:p9, titlie:'Solid Surface'},
 | 
											
										
											
												
													
														|  | @@ -2516,6 +2941,12 @@ export default {
 | 
											
												
													
														|  |          swap_visiable: false,
 |  |          swap_visiable: false,
 | 
											
												
													
														|  |          SurfaceGrid_visiable:false,
 |  |          SurfaceGrid_visiable:false,
 | 
											
												
													
														|  |          VolumeGrid_visiable:false,
 |  |          VolumeGrid_visiable:false,
 | 
											
												
													
														|  | 
 |  | +        contour_visiable:false,
 | 
											
												
													
														|  | 
 |  | +        Line_visiable:false,
 | 
											
												
													
														|  | 
 |  | +        Vector_visiable:false,
 | 
											
												
													
														|  | 
 |  | +        Solid_Surface:false,
 | 
											
												
													
														|  | 
 |  | +        Curve_Select:false,
 | 
											
												
													
														|  | 
 |  | +        Curve_Disp1ay:false,
 | 
											
												
													
														|  |        },
 |  |        },
 | 
											
												
													
														|  |        geneal: {
 |  |        geneal: {
 | 
											
												
													
														|  |          //数据存储
 |  |          //数据存储
 | 
											
										
											
												
													
														|  | @@ -2930,6 +3361,7 @@ hcfdparam(){
 | 
											
												
													
														|  |  var e=e||window.Event
 |  |  var e=e||window.Event
 | 
											
												
													
														|  |  this.styX.left=e.clientX+'px';
 |  |  this.styX.left=e.clientX+'px';
 | 
											
												
													
														|  |      this.active=key;
 |  |      this.active=key;
 | 
											
												
													
														|  | 
 |  | +    console.log(key);
 | 
											
												
													
														|  |    switch(key){
 |  |    switch(key){
 | 
											
												
													
														|  |      case 'info1-0':
 |  |      case 'info1-0':
 | 
											
												
													
														|  |        this.name="New"
 |  |        this.name="New"
 | 
											
										
											
												
													
														|  | @@ -3014,15 +3446,35 @@ this.styX.left=e.clientX+'px';
 | 
											
												
													
														|  |         case 'five-1':
 |  |         case 'five-1':
 | 
											
												
													
														|  |          this.dialog.VolumeGrid_visiable = true;
 |  |          this.dialog.VolumeGrid_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  | -        case 'six-0':
 |  | 
 | 
											
												
													
														|  | -        this.visiable=true;
 |  | 
 | 
											
												
													
														|  | 
 |  | +      case 'five7-0':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.contour_visiable = true;
 | 
											
												
													
														|  | 
 |  | +       break;
 | 
											
												
													
														|  | 
 |  | +        case 'five7-1':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.Line_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  | -     case 'six-1':
 |  | 
 | 
											
												
													
														|  | -         this.Yvisiable= true;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        case 'five7-2':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.Vector_visiable = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  | -          case 'six-2':
 |  | 
 | 
											
												
													
														|  | -         this.llsvisiable = true;
 |  | 
 | 
											
												
													
														|  | 
 |  | +          case 'five8-0':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.Solid_Surface = true;
 | 
											
												
													
														|  |         break;
 |  |         break;
 | 
											
												
													
														|  | 
 |  | +        case 'five10-0':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.Curve_Select = true;
 | 
											
												
													
														|  | 
 |  | +       break;
 | 
											
												
													
														|  | 
 |  | +        case 'five10-1':
 | 
											
												
													
														|  | 
 |  | +        this.dialog.Curve_Disp1ay = true;
 | 
											
												
													
														|  | 
 |  | +       break;
 | 
											
												
													
														|  | 
 |  | +      
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    //     case 'six-0':
 | 
											
												
													
														|  | 
 |  | +    //     this.visiable=true;
 | 
											
												
													
														|  | 
 |  | +    //    break;
 | 
											
												
													
														|  | 
 |  | +    //  case 'six-1':
 | 
											
												
													
														|  | 
 |  | +    //      this.Yvisiable= true;
 | 
											
												
													
														|  | 
 |  | +    //    break;
 | 
											
												
													
														|  | 
 |  | +    //       case 'six-2':
 | 
											
												
													
														|  | 
 |  | +    //      this.llsvisiable = true;
 | 
											
												
													
														|  | 
 |  | +    //    break;
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
										
											
												
													
														|  | @@ -4436,6 +4888,11 @@ body {
 | 
											
												
													
														|  |    padding: 20px;
 |  |    padding: 20px;
 | 
											
												
													
														|  |    overflow: auto;
 |  |    overflow: auto;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  | 
 |  | +.Squareline{
 | 
											
												
													
														|  | 
 |  | +  border: 1px solid;
 | 
											
												
													
														|  | 
 |  | +  padding: 10px;
 | 
											
												
													
														|  | 
 |  | +  //  transform: translateX(-50%);
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  |  .radiogroup{
 |  |  .radiogroup{
 | 
											
												
													
														|  |    display:flex;
 |  |    display:flex;
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
										
											
												
													
														|  | @@ -4567,4 +5024,9 @@ vertical-align:middle;
 | 
											
												
													
														|  |   .textselsect .el-input__inner{
 |  |   .textselsect .el-input__inner{
 | 
											
												
													
														|  |        background-color: rgba(255, 255, 255, 0);
 |  |        background-color: rgba(255, 255, 255, 0);
 | 
											
												
													
														|  |    }
 |  |    }
 | 
											
												
													
														|  | 
 |  | +  .el-color-picker__trigger{
 | 
											
												
													
														|  | 
 |  | +    height: 30px;
 | 
											
												
													
														|  | 
 |  | +    width: 33px;
 | 
											
												
													
														|  | 
 |  | +    padding: 3px;
 | 
											
												
													
														|  | 
 |  | +  }
 | 
											
												
													
														|  |  </style>
 |  |  </style>
 |