Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 6e70a1e

Browse files
committed
MINOR: add ifc.archived field
1 parent f2ce2ea commit 6e70a1e

125 files changed

Lines changed: 2227 additions & 36 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Class | Method | HTTP request | Description
299299
*bimdata.IfcApi* | [**createZone**](docs/IfcApi.md#createZone) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone | Create a zone in the model
300300
*bimdata.IfcApi* | [**createZoneSpace**](docs/IfcApi.md#createZoneSpace) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space | Create a space in a zone
301301
*bimdata.IfcApi* | [**deleteAccessToken**](docs/IfcApi.md#deleteAccessToken) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} | Delete a token
302-
*bimdata.IfcApi* | [**deleteElement**](docs/IfcApi.md#deleteElement) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Delete a zone of a model
302+
*bimdata.IfcApi* | [**deleteElement**](docs/IfcApi.md#deleteElement) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Delete an element of a model
303303
*bimdata.IfcApi* | [**deleteIfc**](docs/IfcApi.md#deleteIfc) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id} | Delete a model
304304
*bimdata.IfcApi* | [**deleteIfcProperty**](docs/IfcApi.md#deleteIfcProperty) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/{id} | Delete a Property of a model
305305
*bimdata.IfcApi* | [**deleteIfcPropertyDefinition**](docs/IfcApi.md#deleteIfcPropertyDefinition) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/{id} | Delete a PropertyDefinitions of a model
@@ -344,6 +344,8 @@ Class | Method | HTTP request | Description
344344
*bimdata.IfcApi* | [**getIfcClassifications**](docs/IfcApi.md#getIfcClassifications) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification | Retrieve all classifications in a model
345345
*bimdata.IfcApi* | [**getIfcGLTF**](docs/IfcApi.md#getIfcGLTF) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/gltf | Get gltf file
346346
*bimdata.IfcApi* | [**getIfcMap**](docs/IfcApi.md#getIfcMap) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/bvh | Get bvh file
347+
*bimdata.IfcApi* | [**getIfcMaterial**](docs/IfcApi.md#getIfcMaterial) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/material/{id} | Retrieve a material of a model
348+
*bimdata.IfcApi* | [**getIfcMaterials**](docs/IfcApi.md#getIfcMaterials) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/material | Retrieve all materials of a model
347349
*bimdata.IfcApi* | [**getIfcProperties**](docs/IfcApi.md#getIfcProperties) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property | Retrieve all Properties of a model
348350
*bimdata.IfcApi* | [**getIfcProperty**](docs/IfcApi.md#getIfcProperty) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/{id} | Retrieve a Property of a model
349351
*bimdata.IfcApi* | [**getIfcPropertyDefinition**](docs/IfcApi.md#getIfcPropertyDefinition) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/{id} | Retrieve a PropertyDefinition of a model
@@ -355,6 +357,8 @@ Class | Method | HTTP request | Description
355357
*bimdata.IfcApi* | [**getIfcs**](docs/IfcApi.md#getIfcs) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc | Retrieve all models
356358
*bimdata.IfcApi* | [**getLayer**](docs/IfcApi.md#getLayer) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer/{id} | Retrieve a layer of a model
357359
*bimdata.IfcApi* | [**getLayers**](docs/IfcApi.md#getLayers) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer | Retrieve all layers of a model
360+
*bimdata.IfcApi* | [**getMaterial**](docs/IfcApi.md#getMaterial) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/material/{id} | Retrieve a material of a model
361+
*bimdata.IfcApi* | [**getMaterials**](docs/IfcApi.md#getMaterials) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/material | Retrieve all materials of a model
358362
*bimdata.IfcApi* | [**getProcessorHandler**](docs/IfcApi.md#getProcessorHandler) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/processorhandler/{id} | Retrieve a processor handler
359363
*bimdata.IfcApi* | [**getProcessorHandlers**](docs/IfcApi.md#getProcessorHandlers) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/processorhandler | Get all processor handlers
360364
*bimdata.IfcApi* | [**getPropertySet**](docs/IfcApi.md#getPropertySet) | **GET** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset/{id} | Retrieve a PropertySet of a model
@@ -382,7 +386,7 @@ Class | Method | HTTP request | Description
382386
*bimdata.IfcApi* | [**removeElementsFromClassification**](docs/IfcApi.md#removeElementsFromClassification) | **DELETE** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/{ifc_classification_pk}/element/{uuid} | Remove the classification from all elements
383387
*bimdata.IfcApi* | [**reprocessIfc**](docs/IfcApi.md#reprocessIfc) | **POST** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/reprocess | Reprocess IFC file
384388
*bimdata.IfcApi* | [**updateAccessToken**](docs/IfcApi.md#updateAccessToken) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} | Update some fields of a token
385-
*bimdata.IfcApi* | [**updateElement**](docs/IfcApi.md#updateElement) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Update some fields of a zone
389+
*bimdata.IfcApi* | [**updateElement**](docs/IfcApi.md#updateElement) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} | Update some fields of an element
386390
*bimdata.IfcApi* | [**updateElementPropertySetProperty**](docs/IfcApi.md#updateElementPropertySetProperty) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{id} | Update a property from an element
387391
*bimdata.IfcApi* | [**updateIfc**](docs/IfcApi.md#updateIfc) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id} | Update some fields of a model
388392
*bimdata.IfcApi* | [**updateIfcFiles**](docs/IfcApi.md#updateIfcFiles) | **PATCH** /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/files | Update models file (gltf, svg, structure, etc)
@@ -448,6 +452,9 @@ Class | Method | HTTP request | Description
448452
- [bimdata.Layer](docs/Layer.md)
449453
- [bimdata.LayerElement](docs/LayerElement.md)
450454
- [bimdata.Line](docs/Line.md)
455+
- [bimdata.Material](docs/Material.md)
456+
- [bimdata.MaterialListComponent](docs/MaterialListComponent.md)
457+
- [bimdata.MaterialOption](docs/MaterialOption.md)
451458
- [bimdata.Organization](docs/Organization.md)
452459
- [bimdata.OrthogonalCamera](docs/OrthogonalCamera.md)
453460
- [bimdata.PerspectiveCamera](docs/PerspectiveCamera.md)
@@ -467,6 +474,10 @@ Class | Method | HTTP request | Description
467474
- [bimdata.RawElement](docs/RawElement.md)
468475
- [bimdata.RawElements](docs/RawElements.md)
469476
- [bimdata.RawLayer](docs/RawLayer.md)
477+
- [bimdata.RawMaterial](docs/RawMaterial.md)
478+
- [bimdata.RawMaterialList](docs/RawMaterialList.md)
479+
- [bimdata.RawMaterialListComponents](docs/RawMaterialListComponents.md)
480+
- [bimdata.RawMaterialOptions](docs/RawMaterialOptions.md)
470481
- [bimdata.RawProperty](docs/RawProperty.md)
471482
- [bimdata.RawPropertySet](docs/RawPropertySet.md)
472483
- [bimdata.RawSystem](docs/RawSystem.md)

docs/CollaborationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2817,7 +2817,7 @@ Name | Type | Description | Notes
28172817
28182818
Retrieve a user in a project
28192819

2820-
Each member of a project can see other members of the project Required scopes: cloud:read
2820+
Each member of a project can see other members of the project Required scopes: cloud:read, bcf:read
28212821

28222822
### Example
28232823

@@ -2877,7 +2877,7 @@ Name | Type | Description | Notes
28772877
28782878
Retrieve all users in a project, or a list with a filter by email
28792879

2880-
Each member of a project can see other members of the project Required scopes: cloud:read
2880+
Each member of a project can see other members of the project Required scopes: cloud:read, bcf:read
28812881

28822882
### Example
28832883

docs/Element.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**attributes** | [**PropertySet**](PropertySet.md) | | [optional]
1111
**propertySets** | [**[PropertySet]**](PropertySet.md) | | [optional]
1212
**classifications** | [**[Classification]**](Classification.md) | | [optional]
13+
**materialList** | [**[MaterialListComponent]**](MaterialListComponent.md) | | [optional] [readonly]
1314
**layers** | [**[LayerElement]**](LayerElement.md) | | [optional]
1415

1516

docs/Ifc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Name | Type | Description | Notes
2121
**viewer360File** | **String** | | [optional] [readonly]
2222
**xktFile** | **String** | | [optional] [readonly]
2323
**projectId** | **String** | | [optional] [readonly]
24-
**worldPosition** | **[Number]** | [x,y,z] array of the position of the local_placement in world coordinates | [optional]
25-
**errors** | **[String]** | List of errors that happened during IFC processing | [optional] [readonly]
26-
**warnings** | **[String]** | List of warnings that happened during IFC processing | [optional] [readonly]
24+
**worldPosition** | **[Number]** | | [optional]
25+
**errors** | **[String]** | | [optional] [readonly]
26+
**warnings** | **[String]** | | [optional] [readonly]
27+
**archived** | **Boolean** | | [optional]
2728

2829

2930

0 commit comments

Comments
 (0)