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