12345678910111213141516171819202122232425262728293031323334353637383940 |
- # 请求地址
- request:
- # url: http://localhost:8008/python/tunCAD
- url: http://192.168.183.216:8008/python/tunCAD
- # 聚合图层
- agg:
- # 旋转角度
- route: 0
- # 缩放倍数
- scale: 1
- # 偏移 Δx , Δy
- shift:
- x: 7139
- y: 8163
- # 偏移图层,数组按layer_id正向排序
- div:
- # 旋转角度
- route: [ 0,0,0,0,0 ]
- # 缩放倍数
- scale: [ 1,1,1,1,1 ]
- # 偏移 Δx , Δy
- shift:
- x: [ 7139,7139,7139,7139,7139 ]
- y: [ 8163,8163,8163,8163,8163 ]
- style:
- tun-2d: 0
- tun-3d: 0
- gate: 0
- window: 0
- fan-main: 0
- fan-local: 0
- sealed: 0
- wind-bridge: 0
- shaft: 1
- air-duct: 1
- air-flow: 0
- tun-text: 0
|