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