wangjuncheng
2025-05-29 eb57f944927e7b9ec6fc6a867b74330d23d67161
change
已修改2个文件
2 ■■■■■ 文件已修改
src/components/menu/CrossSectionalAnalysis.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/flowRate_waterLevel.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/menu/CrossSectionalAnalysis.vue
@@ -100,6 +100,7 @@
const terrainHeight = viewer.scene.globe.getHeight(
    Cesium.Cartographic.fromDegrees(midLon, midLat)
);
const cylinderBottomHeight = 0;
const cylinderTopHeight = terrainHeight + 190;
const cartesianBottom = viewer.scene.globe.ellipsoid.cartographicToCartesian(
src/components/menu/flowRate_waterLevel.vue
@@ -188,6 +188,7 @@
    });
    pickedPoints.value = [];
}
defineExpose({
    endCalculation,
    stopPicking