scene.undergroundMode = true; //开启地下场景
scene.terrainProvider.isCreateSkirt = false; // 关闭裙边
viewer.scene.globe.addExcavationRegion({ //设置倾斜开挖参数
position: flatPoints,
name: 'excavation_' + Math.random(),
height: 300,
transparent: false
});
开挖功能显示不正常
您说的不正常现场指的是什么呢?我截图中箭头所指部分是您的模型呢嗯还是异常现象呢?
如果是异常现象的话,暂时把管线数据去除了还会有该现象吗
我框出来的部分