You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main idea here is to attach secondary file to iModel connection e.g. A separate file containing clashes or analysis data. This will allow to use ECSQL to combine data from two or more sources for presentation and reporting purpose.
conn.attachDb("clash.bim","clashes");conn.createReader("SELECT p.CodeValue, c.ECInstanceId FROM main.plant.PIPE p JOIN clashes.cl.Clash c ON p.ECInstanceId = c.ElementId ")conn.detachDb("clashes");
The main idea here is to attach secondary file to iModel connection e.g. A separate file containing clashes or analysis data. This will allow to use ECSQL to combine data from two or more sources for presentation and reporting purpose.
Requested by : Clash Studio App
The text was updated successfully, but these errors were encountered: