mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
IFC Clash now supports clashing multiple clash sets and recording the results for each clash set
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user