您好,绘制矩形您可以参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#Geometry中的绘制长方体将其中的高度设为0。
或者参考http://support.supermap.com.cn:8090/webgl/examples/editor.html#drawHandler,将其中var handlerPolygon = new Cesium.DrawHandler(viewer,Cesium.DrawMode.Polygon,clampMode);改为var handlerPolygon = new Cesium.DrawHandler(viewer,Cesium.DrawMode.Box,clampMode);