global-2d.yaml 625 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # 请求地址
  2. request:
  3. url: http://localhost:8008/python/tunCAD
  4. # 聚合图层
  5. agg:
  6. # 旋转角度
  7. route: 0
  8. # 缩放倍数
  9. scale: 1
  10. # 偏移 Δx , Δy
  11. shift:
  12. x: 49607
  13. y: 10258
  14. # 偏移图层,数组按layer_id正向排序
  15. div:
  16. # 旋转角度
  17. route: [ 0,0,0,0 ]
  18. # 缩放倍数
  19. scale: [ 1,1,1,1 ]
  20. # 偏移 Δx , Δy
  21. shift:
  22. x: [ 10870,10870,31544,31544 ]
  23. y: [ 10131,10131,10103,10103 ]
  24. style:
  25. tun-2d: 0
  26. tun-3d: 0
  27. gate: 3
  28. window: 1
  29. fan-main: 0
  30. fan-local: 1
  31. sealed: 0
  32. wind-bridge: 0
  33. shaft: 1
  34. air-duct: 1
  35. air-flow: 1
  36. tun-text: 0
  37. drill: 0
  38. face: 0
  39. empty: 0