Point Clouds

load point clouds using the loadmodel docid xdql7190ezuig6zbcais method point clouds are stored in an e57/las file example 1\ create a download token request a create download token docid\ kiztmyh6f3ldtn8 gi3fl for the asset stored in the documents section providing the format application/vnd bimsync pointcloud curl request post \\ \ url 'https //api catenda com/v2/projects/{project id}/libraries/{library id}/items/{document id}/token?format=application/vnd bimsync pointcloud' \\ \ header 'authorization bearer your access token' 2\ use the token to load the model invoke the loadmodel method with the asset url and the model type const options = { modeltype "point cloud" }; const url = "https //api catenda com/v2/download?token={token}"; viewer3d loadmodel(url, options);