conf.py 526 B

12345678910111213141516
  1. # 模块名称
  2. names=['md_py','md_xs','md_rc']
  3. # 房间下右上左墙的边长
  4. roomWallLengths = (2000,2200,3000,1200)
  5. roomUsedLengths = [1200,0,0,1000]
  6. roomLengths = (3000,2200)
  7. # 模块长度
  8. humenLenght = 650
  9. moduleLengths = (800,1000,900)
  10. moduleHeights = (1500,550,700)
  11. moduleUsePoint = [[1200,800],[550,500],[700,450]]
  12. moduleUseCenterPoint = [[1200,800+humenLenght/2],[550+humenLenght/2,500],[700+humenLenght/2,450]]
  13. moduleUseLength = (500,1000,900)
  14. doorLength=800
  15. # 门与左右上下的间距
  16. doorAlign=[100,200,200,0]