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
Create a REST API with a "pull" endpoint that can accept an optional parameter such as guid= and the required parameter database=.
If no guid parameter is passed, it should return the spatial tree for the specified IFC DB database and the spatial elements and the associated elements.
If guid is passed, return only the specified element
The text was updated successfully, but these errors were encountered:
Create a REST API with a "pull" endpoint that can accept an optional parameter such as
guid=
and the required parameterdatabase=
.If no
guid
parameter is passed, it should return the spatial tree for the specified IFC DB database and the spatial elements and the associated elements.If
guid
is passed, return only the specified elementThe text was updated successfully, but these errors were encountered: