global-2d.yaml 658 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: 34875
  13. y: 6022
  14. # 偏移图层,数组按layer_id正向排序
  15. div:
  16. # 旋转角度
  17. route: [ 0,0,0,0,0 ]
  18. # 缩放倍数
  19. scale: [ 1,1,1,1,1,1 ]
  20. # 偏移 Δx , Δy
  21. shift:
  22. x: [ 20222,4954,20222,0,0,0 ]
  23. y: [ 5980,6021,5980,0,0,0 ]
  24. style:
  25. tun-2d: 0
  26. tun-3d: 0
  27. gate: 4
  28. auto-gate: 0
  29. window: 3
  30. auto-window: 2
  31. fan-main: 0
  32. fan-local: 1
  33. sealed: 0
  34. wind-bridge: 0
  35. shaft: 0
  36. air-duct: 1
  37. air-flow: 2
  38. tun-text: 0
  39. drill: 0
  40. face: 0
  41. empty: 0