广告牌高程计算忽略三维扫描

This commit is contained in:
zh
2025-07-08 17:50:23 +08:00
parent 16942a2e63
commit c6aa99792f
2 changed files with 47 additions and 8 deletions

View File

@ -86,6 +86,10 @@ class RadarScanStereoscopic extends Base {
RadarScanStereoscopic.radarSolidScan(this)
}
get type() {
return 'RadarScanStereoscopic'
}
static radarSolidScan(that) {
let viewer = that.sdk.viewer
let options = that.options