viewer.entities.add({ id: 'identify-area', name: '单体化标识面', polygon: { hierarchy: Cesium.Cartesian3.fromDegreesArray(lonLatArr), material: new Cesium.Color(1.0, 0.0, 0.0, 0.3), }, clampToS3M: true // 贴在S3M模型表面 });
lonLatArr 是用来存储点坐标的数组