2 changed files with 63 additions and 54 deletions
@ -1,56 +1,65 @@ |
|||||
{ |
{ |
||||
"projectUuid" : "tw_test", |
"projectUuid": "tw_test", |
||||
"projectLabel" : "", |
"projectLabel": "台湾展会-嘉兴调试", |
||||
"projectFileLocation" : "", |
"projectFileLocation": "", |
||||
"directoryData" : [ { |
"directoryData": [ |
||||
"label" : "仓库楼层", |
{ |
||||
"items" : [ { |
"label": "仓库楼层", |
||||
"catalogCode" : "f1", |
"items": [ |
||||
"label" : "一楼 (f1)" |
{ |
||||
} ] |
"catalogCode": "f1", |
||||
} ], |
"label": "一楼 (f1)" |
||||
"otherData" : { |
} |
||||
"projectUuid" : "tw_test", |
] |
||||
"projectLabel" : "台湾物流展会-嘉兴测试", |
} |
||||
"projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", |
], |
||||
"otherData" : { |
"otherData": { |
||||
"Tool" : { |
"projectUuid": "tw_test", |
||||
"Group" : [ ], |
"projectLabel": "台湾物流展会-嘉兴测试", |
||||
"GlobalVariables" : [ ], |
"projectFileLocation": "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json", |
||||
"UserCommand" : [ ], |
"otherData": { |
||||
"Dashboard" : [ ], |
"Tool": { |
||||
"DataTable" : [ ], |
"Group": [], |
||||
"Trigger" : [ { |
"GlobalVariables": [], |
||||
"name" : "OnOpen", |
"UserCommand": [], |
||||
"fn" : "" |
"Dashboard": [], |
||||
}, { |
"DataTable": [], |
||||
"name" : "OnReset", |
"Trigger": [ |
||||
"fn" : "" |
{ |
||||
}, { |
"name": "OnOpen", |
||||
"name" : "OnStart", |
"fn": "" |
||||
"fn" : "" |
}, |
||||
}, { |
{ |
||||
"name" : "OnStop", |
"name": "OnReset", |
||||
"fn" : "" |
"fn": "" |
||||
} ], |
}, |
||||
"gridHelper" : { |
{ |
||||
"axesEnabled" : true, |
"name": "OnStart", |
||||
"axesSize" : 5, |
"fn": "" |
||||
"axesColor" : 14540253, |
}, |
||||
"axesWidth" : 2, |
{ |
||||
"gridEnabled" : true, |
"name": "OnStop", |
||||
"gridSize" : 1000, |
"fn": "" |
||||
"gridDivisions" : 1000, |
} |
||||
"gridColor" : 14540253, |
], |
||||
"gridOpacity" : 1, |
"gridHelper": { |
||||
"backgroundColor" : 16119285, |
"axesEnabled": true, |
||||
"snapEnabled" : true, |
"axesSize": 5, |
||||
"snapDistance" : 0.25 |
"axesColor": 14540253, |
||||
|
"axesWidth": 2, |
||||
|
"gridEnabled": true, |
||||
|
"gridSize": 1000, |
||||
|
"gridDivisions": 1000, |
||||
|
"gridColor": 14540253, |
||||
|
"gridOpacity": 1, |
||||
|
"backgroundColor": 16119285, |
||||
|
"snapEnabled": true, |
||||
|
"snapDistance": 0.25 |
||||
|
} |
||||
|
}, |
||||
|
"elevator": [], |
||||
|
"wall": [], |
||||
|
"pillar": [] |
||||
} |
} |
||||
}, |
|
||||
"elevator" : [ ], |
|
||||
"wall" : [ ], |
|
||||
"pillar" : [ ] |
|
||||
} |
} |
||||
} |
|
||||
} |
} |
||||
Loading…
Reference in new issue