创建管道外表面投影
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
startId | string | 是 | — | — |
endId | string | 是 | — | — |
deviceWith | number | 是 | 0.0 | — |
pipeRadius | string | 是 | — | 设备半径 |
pipeShowImageRotate | number | 是 | 0.0 | 外表面相对于圆心的角度,,逆时针0-360 |
distance | number | 是 | 0.0 | 相对于起始点距离 |
tag | string | 是 | — | — |
imagePath | string | 是 | — | — |
size | string | 是 | — | — |
调用
typescript
piclient.emit("gis.showProjectionImageInPipe",{
startId: "",//起点模型id
endId: "",//终点模型id
deviceWith: 0.0,
pipeRadius: "", //设备半径
pipeShowImageRotate: 0.0, //外表面相对于圆心的角度,,逆时针0-360
distance: 0.0, //相对于起始点距离
tag: "",
imagePath: "",//图片路径
size: "",
})