|
| 1 | +# bimdata.ModelSerializerWithoutChildren |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**id** | **Number** | | [readonly] |
| 8 | +**name** | **String** | | [optional] |
| 9 | +**type** | **String** | | [readonly] |
| 10 | +**creator** | [**User**](User.md) | | [readonly] |
| 11 | +**status** | **String** | | [readonly] |
| 12 | +**source** | **String** | | [optional] |
| 13 | +**createdAt** | **Date** | | [readonly] |
| 14 | +**updatedAt** | **Date** | | [readonly] |
| 15 | +**documentId** | **Number** | | [readonly] |
| 16 | +**document** | [**Document**](Document.md) | | [readonly] |
| 17 | +**structureFile** | **String** | | [readonly] |
| 18 | +**systemsFile** | **String** | | [readonly] |
| 19 | +**mapFile** | **String** | | [readonly] |
| 20 | +**gltfFile** | **String** | | [readonly] |
| 21 | +**previewFile** | **String** | | [readonly] |
| 22 | +**viewer360File** | **String** | DEPRECATED: Use 'preview_file' instead. | [readonly] |
| 23 | +**xktFile** | **String** | | [readonly] |
| 24 | +**binary2dFile** | **String** | | [readonly] |
| 25 | +**projectId** | **Number** | | [readonly] |
| 26 | +**worldPosition** | **[Number]** | [x,y,z] array of the position of the local_placement in world coordinates | [optional] |
| 27 | +**sizeRatio** | **Number** | How many meters a unit represents | [optional] |
| 28 | +**errors** | **[String]** | List of errors that happened during IFC processing | [readonly] |
| 29 | +**warnings** | **[String]** | List of warnings that happened during IFC processing | [readonly] |
| 30 | +**archived** | **Boolean** | | [optional] |
| 31 | +**version** | **String** | This field is only for information. Updating it won't impact the export. | [optional] |
| 32 | +**northVector** | **[[Number]]** | This field is only for information. Updating it won't impact the export. | [optional] |
| 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 | + |
| 36 | + |
| 37 | + |
| 38 | +## Enum: TypeEnum |
| 39 | + |
| 40 | + |
| 41 | +* `IFC` (value: `"IFC"`) |
| 42 | + |
| 43 | +* `DWG` (value: `"DWG"`) |
| 44 | + |
| 45 | +* `DXF` (value: `"DXF"`) |
| 46 | + |
| 47 | +* `GLTF` (value: `"GLTF"`) |
| 48 | + |
| 49 | +* `PDF` (value: `"PDF"`) |
| 50 | + |
| 51 | +* `JPEG` (value: `"JPEG"`) |
| 52 | + |
| 53 | +* `PNG` (value: `"PNG"`) |
| 54 | + |
| 55 | +* `OBJ` (value: `"OBJ"`) |
| 56 | + |
| 57 | +* `DAE` (value: `"DAE"`) |
| 58 | + |
| 59 | +* `BFX` (value: `"BFX"`) |
| 60 | + |
| 61 | +* `POINT_CLOUD` (value: `"POINT_CLOUD"`) |
| 62 | + |
| 63 | +* `METABUILDING` (value: `"METABUILDING"`) |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +## Enum: SourceEnum |
| 70 | + |
| 71 | + |
| 72 | +* `UPLOAD` (value: `"UPLOAD"`) |
| 73 | + |
| 74 | +* `SPLIT` (value: `"SPLIT"`) |
| 75 | + |
| 76 | +* `MERGE` (value: `"MERGE"`) |
| 77 | + |
| 78 | +* `EXPORT` (value: `"EXPORT"`) |
| 79 | + |
| 80 | +* `OPTIMIZED` (value: `"OPTIMIZED"`) |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
0 commit comments