Commit 9af6e9b3 authored by 李苏's avatar 李苏 💬

1RCV001EX 2RCV001EX 模型命名调整

parent f66967e9
......@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-14 17:08:37
* @LastEditTime: 2024-10-18 12:26:53
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<template>
......@@ -1501,7 +1501,18 @@
this.loading = false
this.viewer.scene.traverse(model => {
if (model.isMesh) {
if (model.name == '2RCV001EX_IN') {
model.name = '2RCV001EX管'
}
if (model.name == '2RCV001EX') {
model.name = '2RCV001EX壳'
}
if (model.name == '1RCV001EX_IN') {
model.name = '1RCV001EX管'
}
if (model.name == '1RCV001EX') {
model.name = '1RCV001EX壳'
}
if (model.name == '2RCP0620-2R8015014') {
model.name = '2RCP0620A'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment