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.
Copy file name to clipboardExpand all lines: docs/IfcApi.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -842,7 +842,7 @@ Name | Type | Description | Notes
842
842
843
843
844
844
845
-
Create an property_set that will be automatically linked to the element
845
+
Create an property_set that will be automatically linked to the element
846
846
847
847
### Example
848
848
```javascript
@@ -1068,7 +1068,7 @@ Name | Type | Description | Notes
1068
1068
1069
1069
1070
1070
1071
-
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1071
+
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1072
1072
1073
1073
### Example
1074
1074
```javascript
@@ -1121,7 +1121,7 @@ Name | Type | Description | Notes
1121
1121
1122
1122
1123
1123
1124
-
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1124
+
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1125
1125
1126
1126
### Example
1127
1127
```javascript
@@ -1174,7 +1174,7 @@ Name | Type | Description | Notes
1174
1174
1175
1175
1176
1176
1177
-
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1177
+
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 If classification created already exists, it will just be added to item's classifications and will not be duplicated
1178
1178
1179
1179
### Example
1180
1180
```javascript
@@ -1280,7 +1280,7 @@ null (empty response body)
1280
1280
1281
1281
1282
1282
1283
-
You can use the same optimized structure to post multiple elements ,property_sets, properties, definitions and units at once. If the structure is malformed, an error 500 without more explaination will be returned
1283
+
You can use the same optimized structure to post multiple elements, property_sets, properties, definitions and units at once. If the structure is malformed, an error 500 without more explaination may be returned
1284
1284
1285
1285
### Example
1286
1286
```javascript
@@ -1543,6 +1543,8 @@ null (empty response body)
1543
1543
1544
1544
1545
1545
1546
+
Delete IFC. Will also delete all properties and generated files. If the IFC is heavy, it can take several seconds.
1547
+
1546
1548
### Example
1547
1549
```javascript
1548
1550
var bimdata =require('@bimdata/bimdata-api-client');
@@ -2004,6 +2006,8 @@ Name | Type | Description | Notes
2004
2006
2005
2007
2006
2008
2009
+
Update all IFC attributes
2010
+
2007
2011
### Example
2008
2012
```javascript
2009
2013
var bimdata =require('@bimdata/bimdata-api-client');
@@ -3078,6 +3082,8 @@ Name | Type | Description | Notes
3078
3082
3079
3083
3080
3084
3085
+
Get one IFC details
3086
+
3081
3087
### Example
3082
3088
```javascript
3083
3089
var bimdata =require('@bimdata/bimdata-api-client');
@@ -3731,6 +3737,8 @@ Name | Type | Description | Notes
3731
3737
3732
3738
3733
3739
3740
+
Returns all IFCs of the project
3741
+
3734
3742
### Example
3735
3743
```javascript
3736
3744
var bimdata =require('@bimdata/bimdata-api-client');
@@ -3882,7 +3890,7 @@ Name | Type | Description | Notes
3882
3890
3883
3891
3884
3892
3885
-
Returns elements ,property_sets, properties, definitions and units in a optimized structure
3893
+
Returns elements, property_sets, properties, definitions and units in a JSON optimized structure
3886
3894
3887
3895
### Example
3888
3896
```javascript
@@ -4353,7 +4361,7 @@ null (empty response body)
4353
4361
4354
4362
4355
4363
4356
-
Delete the relation between the element and the property set. Does not delete any object
4364
+
Delete the relation between the element and the property set. Does not delete any object
4357
4365
4358
4366
### Example
4359
4367
```javascript
@@ -4685,6 +4693,8 @@ Name | Type | Description | Notes
4685
4693
4686
4694
4687
4695
4696
+
Update some IFC attributes
4697
+
4688
4698
### Example
4689
4699
```javascript
4690
4700
var bimdata =require('@bimdata/bimdata-api-client');
Copy file name to clipboardExpand all lines: src/api/BcfApi.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -912,7 +912,7 @@
912
912
913
913
914
914
/**
915
-
* @param {Number} id A unique integer value identifying this project.
915
+
* @param {String} id
916
916
* @param {module:model/BcfProject} bcfProject
917
917
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BcfProject} and HTTP response
918
918
*/
@@ -955,7 +955,7 @@
955
955
}
956
956
957
957
/**
958
-
* @param {Number} id A unique integer value identifying this project.
958
+
* @param {String} id
959
959
* @param {module:model/BcfProject} bcfProject
960
960
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BcfProject}
961
961
*/
@@ -1480,7 +1480,7 @@
1480
1480
1481
1481
1482
1482
/**
1483
-
* @param {Number} id A unique integer value identifying this project.
1483
+
* @param {String} id
1484
1484
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BcfProject} and HTTP response
1485
1485
*/
1486
1486
this.getBcfProjectWithHttpInfo=function(id){
@@ -1517,7 +1517,7 @@
1517
1517
}
1518
1518
1519
1519
/**
1520
-
* @param {Number} id A unique integer value identifying this project.
1520
+
* @param {String} id
1521
1521
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BcfProject}
1522
1522
*/
1523
1523
this.getBcfProject=function(id){
@@ -2672,7 +2672,7 @@
2672
2672
2673
2673
2674
2674
/**
2675
-
* @param {Number} id A unique integer value identifying this project.
2675
+
* @param {String} id
2676
2676
* @param {module:model/BcfProject} bcfProject
2677
2677
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/BcfProject} and HTTP response
2678
2678
*/
@@ -2715,7 +2715,7 @@
2715
2715
}
2716
2716
2717
2717
/**
2718
-
* @param {Number} id A unique integer value identifying this project.
2718
+
* @param {String} id
2719
2719
* @param {module:model/BcfProject} bcfProject
2720
2720
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/BcfProject}
0 commit comments