addGltftoDoc
Adds a model to an already open 3D model. This method is used to add a separate type of 3D entities, such as structures and sites, to the 3D model.
Syntax
RxCore.addGltftoDoc(URL)
Parameters
URL
: string — URL or path to an IFC file to add to the currently open 3D model. If using a path, it must be relative to the server.
Returns
- NA — This method does not return a value.