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
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
*bimdata.CollaborationApi* | [**updateVisa**](docs/CollaborationApi.md#updateVisa) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id} | Update some fields of a visa
313
313
*bimdata.CollaborationApi* | [**updateVisaComment**](docs/CollaborationApi.md#updateVisaComment) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment/{id} | Update some fields of a comment
314
314
*bimdata.IfcApi* | [**addIfcErrorsDeprecated**](docs/IfcApi.md#addIfcErrorsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/errors | Add errors to model
315
+
*bimdata.IfcApi* | [**addZoneSpaceDeprecated**](docs/IfcApi.md#addZoneSpaceDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/add | Add a space to a zone
315
316
*bimdata.IfcApi* | [**bulkDeleteIfcClassificationsDeprecated**](docs/IfcApi.md#bulkDeleteIfcClassificationsDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/list_destroy | Remove all classifications from model's elements
316
317
*bimdata.IfcApi* | [**bulkDeleteIfcPropertiesDeprecated**](docs/IfcApi.md#bulkDeleteIfcPropertiesDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/bulk_destroy | Delete many Property of a model
317
318
*bimdata.IfcApi* | [**bulkDeleteIfcPropertyDefinitionsDeprecated**](docs/IfcApi.md#bulkDeleteIfcPropertyDefinitionsDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/bulk_destroy | Delete many PropertyDefinitions of a model
*bimdata.IfcApi* | [**deleteStoreyPlanDeprecated**](docs/IfcApi.md#deleteStoreyPlanDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{storey_uuid}/plan/{id} | Delete the relation between a 2d model and a storey
368
369
*bimdata.IfcApi* | [**deleteSystemDeprecated**](docs/IfcApi.md#deleteSystemDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system/{uuid} | Delete a system of a model
369
370
*bimdata.IfcApi* | [**deleteZoneDeprecated**](docs/IfcApi.md#deleteZoneDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{id} | Delete a zone of a model
370
-
*bimdata.IfcApi* | [**deleteZoneSpaceDeprecated**](docs/IfcApi.md#deleteZoneSpaceDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} | Delete a space of a zone
371
+
*bimdata.IfcApi* | [**deleteZoneSpaceDeprecated**](docs/IfcApi.md#deleteZoneSpaceDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} | Delete the relation between a space and a zone
*bimdata.IfcApi* | [**fullUpdateElementDeprecated**](docs/IfcApi.md#fullUpdateElementDeprecated) | **PUT** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Update all fields of an element
373
374
*bimdata.IfcApi* | [**getAccessTokenDeprecated**](docs/IfcApi.md#getAccessTokenDeprecated) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} | Retrieve one token created for this model
*bimdata.IfcApi* | [**updateZoneDeprecated**](docs/IfcApi.md#updateZoneDeprecated) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{id} | Update some fields of a zone
460
461
*bimdata.IfcApi* | [**updateZoneSpaceDeprecated**](docs/IfcApi.md#updateZoneSpaceDeprecated) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} | Update some fields of a space
461
462
*bimdata.ModelApi* | [**addModelErrors**](docs/ModelApi.md#addModelErrors) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{id}/errors | Add errors to model
463
+
*bimdata.ModelApi* | [**addZoneSpace**](docs/ModelApi.md#addZoneSpace) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/zone/{zone_pk}/space/add | Add a space to a zone
462
464
*bimdata.ModelApi* | [**bulkDeleteModelClassifications**](docs/ModelApi.md#bulkDeleteModelClassifications) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/classification/list_destroy | Remove all classifications from model's elements
463
465
*bimdata.ModelApi* | [**bulkDeleteModelProperties**](docs/ModelApi.md#bulkDeleteModelProperties) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/property/bulk_destroy | Delete many Property of a model
464
466
*bimdata.ModelApi* | [**bulkDeleteModelPropertyDefinitions**](docs/ModelApi.md#bulkDeleteModelPropertyDefinitions) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertydefinition/bulk_destroy | Delete many PropertyDefinitions of a model
*bimdata.ModelApi* | [**deleteStoreyPlan**](docs/ModelApi.md#deleteStoreyPlan) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/storey/{storey_uuid}/plan/{id} | Delete the relation between a 2d model and a storey
515
517
*bimdata.ModelApi* | [**deleteSystem**](docs/ModelApi.md#deleteSystem) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/system/{uuid} | Delete a system of a model
516
518
*bimdata.ModelApi* | [**deleteZone**](docs/ModelApi.md#deleteZone) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/zone/{id} | Delete a zone of a model
517
-
*bimdata.ModelApi* | [**deleteZoneSpace**](docs/ModelApi.md#deleteZoneSpace) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/zone/{zone_pk}/space/{id} | Delete a space of a zone
519
+
*bimdata.ModelApi* | [**deleteZoneSpace**](docs/ModelApi.md#deleteZoneSpace) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/zone/{zone_pk}/space/{id} | Delete the relation between a space and a zone
*bimdata.ModelApi* | [**fullUpdateElement**](docs/ModelApi.md#fullUpdateElement) | **PUT** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/element/{uuid} | Update all fields of an element
520
522
*bimdata.ModelApi* | [**getAccessToken**](docs/ModelApi.md#getAccessToken) | **GET** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/access_token/{token} | Retrieve one token created for this model
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -955,7 +955,7 @@ Name | Type | Description | Notes
955
955
956
956
Create a document
957
957
958
-
Create a document. If the document is one of {'OBJ', 'DWG', 'POINT_CLOUD', 'DXF', 'IFC', 'GLTF'}, a model will be created and attached to this document Required scopes: document:write
958
+
Create a document. If the document is one of {'OBJ', 'IFC', 'GLTF', 'DXF', 'POINT_CLOUD', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
Copy file name to clipboardExpand all lines: docs/IfcApi.md
+73-3Lines changed: 73 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ All URIs are relative to *http://localhost*
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
7
[**addIfcErrorsDeprecated**](IfcApi.md#addIfcErrorsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/errors | Add errors to model
8
+
[**addZoneSpaceDeprecated**](IfcApi.md#addZoneSpaceDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/add | Add a space to a zone
8
9
[**bulkDeleteIfcClassificationsDeprecated**](IfcApi.md#bulkDeleteIfcClassificationsDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/list_destroy | Remove all classifications from model's elements
9
10
[**bulkDeleteIfcPropertiesDeprecated**](IfcApi.md#bulkDeleteIfcPropertiesDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/bulk_destroy | Delete many Property of a model
10
11
[**bulkDeleteIfcPropertyDefinitionsDeprecated**](IfcApi.md#bulkDeleteIfcPropertyDefinitionsDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/bulk_destroy | Delete many PropertyDefinitions of a model
[**deleteStoreyPlanDeprecated**](IfcApi.md#deleteStoreyPlanDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{storey_uuid}/plan/{id} | Delete the relation between a 2d model and a storey
61
62
[**deleteSystemDeprecated**](IfcApi.md#deleteSystemDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system/{uuid} | Delete a system of a model
62
63
[**deleteZoneDeprecated**](IfcApi.md#deleteZoneDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{id} | Delete a zone of a model
63
-
[**deleteZoneSpaceDeprecated**](IfcApi.md#deleteZoneSpaceDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} | Delete a space of a zone
64
+
[**deleteZoneSpaceDeprecated**](IfcApi.md#deleteZoneSpaceDeprecated) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} | Delete the relation between a space and a zone
[**fullUpdateElementDeprecated**](IfcApi.md#fullUpdateElementDeprecated) | **PUT** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Update all fields of an element
66
67
[**getAccessTokenDeprecated**](IfcApi.md#getAccessTokenDeprecated) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} | Retrieve one token created for this model
@@ -223,6 +224,75 @@ Name | Type | Description | Notes
Add a space to a zone. The IFC file will not be updated. The created space will be accessible over the API and when exporting an IFC file Required scopes: ifc:write, model:write
234
+
235
+
### Example
236
+
237
+
```javascript
238
+
importbimdatafrom'@bimdata/bimdata-api-client';
239
+
let defaultClient =bimdata.ApiClient.instance;
240
+
// Configure API key authorization: ApiKey
241
+
let ApiKey =defaultClient.authentications['ApiKey'];
242
+
ApiKey.apiKey='YOUR API KEY';
243
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
244
+
//ApiKey.apiKeyPrefix = 'Token';
245
+
// Configure OAuth2 access token for authorization: BIMData_Connect
246
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
247
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
248
+
// Configure OAuth2 access token for authorization: BIMData_Connect
249
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
250
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
251
+
// Configure API key authorization: Bearer
252
+
let Bearer =defaultClient.authentications['Bearer'];
253
+
Bearer.apiKey='YOUR API KEY';
254
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
255
+
//Bearer.apiKeyPrefix = 'Token';
256
+
257
+
let apiInstance =newbimdata.IfcApi();
258
+
let cloudPk =56; // Number | A unique integer value identifying this cloud.
259
+
let ifcPk =56; // Number | A unique integer value identifying this model.
260
+
let projectPk =56; // Number | A unique integer value identifying this project.
261
+
let zonePk =56; // Number | A unique integer value identifying this zone.
262
+
let zoneSpaceRelationRequest =newbimdata.ZoneSpaceRelationRequest(); // ZoneSpaceRelationRequest |
The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
4053
+
Delete the relation between a space and a zone. The IFC file will not be updated. The remaining spaces are available in API and will be available when exporting an IFC file Required scopes: ifc:write, model:write
0 commit comments