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.IfcApi* | [**createIfcUnitDeprecated**](docs/IfcApi.md#createIfcUnitDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit | Create a Unit on a model
361
361
*bimdata.IfcApi* | [**createLayerDeprecated**](docs/IfcApi.md#createLayerDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer | Create a layer in the model
362
362
*bimdata.IfcApi* | [**createMetaBuildingDeprecated**](docs/IfcApi.md#createMetaBuildingDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/create-metabuilding | Create an empty 3D Model
363
+
*bimdata.IfcApi* | [**createMultiPageIfcDeprecated**](docs/IfcApi.md#createMultiPageIfcDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/create-multipage-model | Create a multi page model
363
364
*bimdata.IfcApi* | [**createPropertySetDeprecated**](docs/IfcApi.md#createPropertySetDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset | Create one or many PropertySet
364
365
*bimdata.IfcApi* | [**createPropertySetElementRelationsDeprecated**](docs/IfcApi.md#createPropertySetElementRelationsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset-element | Create association between PropertySet and element
365
366
*bimdata.IfcApi* | [**createRawElementsDeprecated**](docs/IfcApi.md#createRawElementsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/raw | Create elements in an optimized format
*bimdata.ModelApi* | [**createModel**](docs/ModelApi.md#createModel) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/create-model | Make a PDF or Image file a Model
515
516
*bimdata.ModelApi* | [**createModelPropertyDefinition**](docs/ModelApi.md#createModelPropertyDefinition) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertydefinition | Create a PropertyDefinition on the model
516
517
*bimdata.ModelApi* | [**createModelUnit**](docs/ModelApi.md#createModelUnit) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/unit | Create a Unit on a model
518
+
*bimdata.ModelApi* | [**createMultiPageModel**](docs/ModelApi.md#createMultiPageModel) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{id}/create-multipage-model | Create a multi page model
517
519
*bimdata.ModelApi* | [**createPropertySet**](docs/ModelApi.md#createPropertySet) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertyset | Create one or many PropertySet
518
520
*bimdata.ModelApi* | [**createPropertySetElementRelations**](docs/ModelApi.md#createPropertySetElementRelations) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertyset-element | Create association between PropertySet and element
519
521
*bimdata.ModelApi* | [**createRawElements**](docs/ModelApi.md#createRawElements) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/element/raw | Create elements in an optimized format
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
@@ -954,7 +954,7 @@ Name | Type | Description | Notes
954
954
955
955
Create a document
956
956
957
-
Create a document. If the document is one of {'OBJ', 'DXF', 'IFC', 'DWG', 'DAE', 'BFX', 'GLTF', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
957
+
Create a document. If the document is one of {'PDF', 'GLTF', 'BFX', 'DAE', 'POINT_CLOUD', 'IFC', 'DXF', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
[**createIfcUnitDeprecated**](IfcApi.md#createIfcUnitDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit | Create a Unit on a model
35
35
[**createLayerDeprecated**](IfcApi.md#createLayerDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer | Create a layer in the model
36
36
[**createMetaBuildingDeprecated**](IfcApi.md#createMetaBuildingDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/create-metabuilding | Create an empty 3D Model
37
+
[**createMultiPageIfcDeprecated**](IfcApi.md#createMultiPageIfcDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/create-multipage-model | Create a multi page model
37
38
[**createPropertySetDeprecated**](IfcApi.md#createPropertySetDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset | Create one or many PropertySet
38
39
[**createPropertySetElementRelationsDeprecated**](IfcApi.md#createPropertySetElementRelationsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset-element | Create association between PropertySet and element
39
40
[**createRawElementsDeprecated**](IfcApi.md#createRawElementsDeprecated) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/raw | Create elements in an optimized format
@@ -2221,6 +2222,73 @@ Name | Type | Description | Notes
2221
2222
-**Accept**: application/json
2222
2223
2223
2224
2225
+
## createMultiPageIfcDeprecated
2226
+
2227
+
> Model createMultiPageIfcDeprecated(cloudPk, id, projectPk, createMultiPageModelRequest)
2228
+
2229
+
Create a multi page model
2230
+
2231
+
Create a multi page model Required scopes: ifc:write, model:write
2232
+
2233
+
### Example
2234
+
2235
+
```javascript
2236
+
importbimdatafrom'@bimdata/bimdata-api-client';
2237
+
let defaultClient =bimdata.ApiClient.instance;
2238
+
// Configure API key authorization: ApiKey
2239
+
let ApiKey =defaultClient.authentications['ApiKey'];
2240
+
ApiKey.apiKey='YOUR API KEY';
2241
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
2242
+
//ApiKey.apiKeyPrefix = 'Token';
2243
+
// Configure OAuth2 access token for authorization: BIMData_Connect
2244
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
2245
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
2246
+
// Configure OAuth2 access token for authorization: BIMData_Connect
2247
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
2248
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
2249
+
// Configure API key authorization: Bearer
2250
+
let Bearer =defaultClient.authentications['Bearer'];
2251
+
Bearer.apiKey='YOUR API KEY';
2252
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
2253
+
//Bearer.apiKeyPrefix = 'Token';
2254
+
2255
+
let apiInstance =newbimdata.IfcApi();
2256
+
let cloudPk =56; // Number |
2257
+
let id =56; // Number | A unique integer value identifying this model.
2258
+
let projectPk =56; // Number |
2259
+
let createMultiPageModelRequest =newbimdata.CreateMultiPageModelRequest(); // CreateMultiPageModelRequest |
Copy file name to clipboardExpand all lines: docs/Model.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ Name | Type | Description | Notes
31
31
**version** | **String** | This field is only for information. Updating it won't impact the export. | [optional]
32
32
**northVector** | **[[Number]]** | This field is only for information. Updating it won't impact the export. | [optional]
33
33
**recommanded2dAngle** | **Number** | This is the angle in clockwise degree to apply on the 2D to optimise the horizontality of objects. This field is only for information. Updating it won't impact the export. | [optional]
34
+
**pageNumber** | **Number** | The page number of the related pdf | [readonly]
35
+
**children** | [**[Model]**](Model.md) | Contains additional pages of a pdf | [readonly]
[**createModel**](ModelApi.md#createModel) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/create-model | Make a PDF or Image file a Model
33
33
[**createModelPropertyDefinition**](ModelApi.md#createModelPropertyDefinition) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertydefinition | Create a PropertyDefinition on the model
34
34
[**createModelUnit**](ModelApi.md#createModelUnit) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/unit | Create a Unit on a model
35
+
[**createMultiPageModel**](ModelApi.md#createMultiPageModel) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{id}/create-multipage-model | Create a multi page model
35
36
[**createPropertySet**](ModelApi.md#createPropertySet) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertyset | Create one or many PropertySet
36
37
[**createPropertySetElementRelations**](ModelApi.md#createPropertySetElementRelations) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/propertyset-element | Create association between PropertySet and element
37
38
[**createRawElements**](ModelApi.md#createRawElements) | **POST** /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/element/raw | Create elements in an optimized format
@@ -2070,6 +2071,73 @@ Name | Type | Description | Notes
2070
2071
-**Accept**: application/json
2071
2072
2072
2073
2074
+
## createMultiPageModel
2075
+
2076
+
> Model createMultiPageModel(cloudPk, id, projectPk, createMultiPageModelRequest)
2077
+
2078
+
Create a multi page model
2079
+
2080
+
Create a multi page model Required scopes: ifc:write, model:write
2081
+
2082
+
### Example
2083
+
2084
+
```javascript
2085
+
importbimdatafrom'@bimdata/bimdata-api-client';
2086
+
let defaultClient =bimdata.ApiClient.instance;
2087
+
// Configure API key authorization: ApiKey
2088
+
let ApiKey =defaultClient.authentications['ApiKey'];
2089
+
ApiKey.apiKey='YOUR API KEY';
2090
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
2091
+
//ApiKey.apiKeyPrefix = 'Token';
2092
+
// Configure OAuth2 access token for authorization: BIMData_Connect
2093
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
2094
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
2095
+
// Configure OAuth2 access token for authorization: BIMData_Connect
2096
+
let BIMData_Connect =defaultClient.authentications['BIMData_Connect'];
2097
+
BIMData_Connect.accessToken='YOUR ACCESS TOKEN';
2098
+
// Configure API key authorization: Bearer
2099
+
let Bearer =defaultClient.authentications['Bearer'];
2100
+
Bearer.apiKey='YOUR API KEY';
2101
+
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
2102
+
//Bearer.apiKeyPrefix = 'Token';
2103
+
2104
+
let apiInstance =newbimdata.ModelApi();
2105
+
let cloudPk =56; // Number |
2106
+
let id =56; // Number | A unique integer value identifying this model.
2107
+
let projectPk =56; // Number |
2108
+
let createMultiPageModelRequest =newbimdata.CreateMultiPageModelRequest(); // CreateMultiPageModelRequest |
Copy file name to clipboardExpand all lines: src/api/CollaborationApi.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -857,7 +857,7 @@ export default class CollaborationApi {
857
857
858
858
/**
859
859
* Create a document
860
-
* Create a document. If the document is one of {'OBJ', 'DXF', 'IFC', 'DWG', 'DAE', 'BFX', 'GLTF', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
860
+
* Create a document. If the document is one of {'PDF', 'GLTF', 'BFX', 'DAE', 'POINT_CLOUD', 'IFC', 'DXF', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
861
861
* @param {Number} cloudPk A unique integer value identifying this cloud.
862
862
* @param {Number} projectPk A unique integer value identifying this project.
863
863
* @param {String} name Shown name of the file
@@ -925,7 +925,7 @@ export default class CollaborationApi {
925
925
926
926
/**
927
927
* Create a document
928
-
* Create a document. If the document is one of {'OBJ', 'DXF', 'IFC', 'DWG', 'DAE', 'BFX', 'GLTF', 'POINT_CLOUD'}, a model will be created and attached to this document Required scopes: document:write
928
+
* Create a document. If the document is one of {'PDF', 'GLTF', 'BFX', 'DAE', 'POINT_CLOUD', 'IFC', 'DXF', 'OBJ', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
929
929
* @param {Number} cloudPk A unique integer value identifying this cloud.
930
930
* @param {Number} projectPk A unique integer value identifying this project.
* Bulk create available. You can either post an object or a list of objects. Is you post a list, the response will be a list (in the same order) of created objects or of errors if any If at least one create succeeded, the status code will be 201. If every create failed, the status code we'll be 400 with the list of errors Required scopes: ifc:write, model:write
0 commit comments