IFC Clash now supports clashing multiple clash sets and recording the results for each clash set

This commit is contained in:
Dion Moult
2020-05-18 19:40:01 +10:00
parent 35ea0b1b8b
commit e45f5d867b
2 changed files with 65 additions and 83 deletions
+17
View File
@@ -0,0 +1,17 @@
[
{
"name": "Clashset foo",
"tolerance": 0.01,
"a": [
{ "file": "/home/dion/one.ifc" }
],
"b": [
{
"file": "/home/dion/two.ifc",
"selector": ".IfcProduct",
"mode": "i"
}
]
}
]