区域剖切
js
CloudApi.SuperAPI("AddTerrainCut",params);
参数
js
const params = {
"Id": "00001",
"OffsetHeight": 10,
"SectioningHeight": 10,
"CoordType": 1,
"AreaPoints": [
{
"Coord": "-335050.0,292980.0",
"Height": 30
},
{
"Coord": "-335050.0,287130.0",
"Height": 30
},
{
"Coord": "-329340.0,288620.0",
"Height": 30
},
{
"Coord": "-329340.0,292720.0",
"Height": 30
}
]
}