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
Copy file name to clipboardExpand all lines: bimdata_api_client/api/collaboration_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8860,7 +8860,7 @@ def create_document(
8860
8860
):
8861
8861
"""Create a document # noqa: E501
8862
8862
8863
-
Create a document. If the document is one of {'OBJ', 'GLTF', 'IFC', 'DWG', 'POINT_CLOUD', 'DXF'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8863
+
Create a document. If the document is one of {'IFC', 'GLTF', 'OBJ', 'DXF', 'POINT_CLOUD', 'DWG'}, a model will be created and attached to this document Required scopes: document:write # noqa: E501
8864
8864
This method makes a synchronous HTTP request by default. To make an
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
297
302
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
298
303
recommanded_2d_angle (float, none_type): 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] # noqa: E501
304
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
409
415
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
410
416
recommanded_2d_angle (float, none_type): 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] # noqa: E501
417
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
291
296
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
292
297
recommanded_2d_angle (float, none_type): 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] # noqa: E501
298
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
402
408
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
403
409
recommanded_2d_angle (float, none_type): 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] # noqa: E501
410
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
177
182
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
178
183
recommanded_2d_angle (float, none_type): 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] # noqa: E501
184
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
version (str, none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
266
272
north_vector ([[float]], none_type): This field is only for information. Updating it won't impact the export.. [optional] # noqa: E501
267
273
recommanded_2d_angle (float, none_type): 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] # noqa: E501
274
+
layout_name (str, none_type): The name of the DWG layout (only set when type==DWG). [optional] # noqa: E501
Copy file name to clipboardExpand all lines: docs/CollaborationApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1482,9 +1482,9 @@ with bimdata_api_client.ApiClient(configuration) as api_client:
1482
1482
id=1# int | A unique integer value identifying this project.
1483
1483
write_folder_request = [
1484
1484
WriteFolderRequest(
1485
+
name="name_example",
1485
1486
default_permission=1,
1486
1487
parent_id=1,
1487
-
name="name_example",
1488
1488
children=[
1489
1489
WriteFolderRequest(),
1490
1490
],
@@ -1541,7 +1541,7 @@ Name | Type | Description | Notes
1541
1541
1542
1542
Create a document
1543
1543
1544
-
Create a document. If the document is one of {'OBJ', 'GLTF', 'IFC', 'DWG', 'POINT_CLOUD', 'DXF'}, a model will be created and attached to this document Required scopes: document:write
1544
+
Create a document. If the document is one of {'IFC', 'GLTF', 'OBJ', 'DXF', 'POINT_CLOUD', 'DWG'}, a model will be created and attached to this document Required scopes: document:write
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/Model.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Name | Type | Description | Notes
35
35
**version** | **str, none_type** | This field is only for information. Updating it won't impact the export. | [optional]
36
36
**north_vector** | **[[float]], none_type** | This field is only for information. Updating it won't impact the export. | [optional]
37
37
**recommanded_2d_angle** | **float, none_type** | 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]
38
+
**layout_name** | **str, none_type** | The name of the DWG layout (only set when type==DWG) | [optional]
38
39
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
39
40
40
41
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ModelSerializerWithoutChildren.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Name | Type | Description | Notes
34
34
**version** | **str, none_type** | This field is only for information. Updating it won't impact the export. | [optional]
35
35
**north_vector** | **[[float]], none_type** | This field is only for information. Updating it won't impact the export. | [optional]
36
36
**recommanded_2d_angle** | **float, none_type** | 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]
37
+
**layout_name** | **str, none_type** | The name of the DWG layout (only set when type==DWG) | [optional]
37
38
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
38
39
39
40
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments