Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 3.41 KB

ModelSerializerWithoutChildren.md

File metadata and controls

87 lines (54 loc) · 3.41 KB

bimdata.ModelSerializerWithoutChildren

Properties

Name Type Description Notes
id Number [readonly]
name String [optional]
type String * `IFC` - IFC * `DWG` - DWG * `DXF` - DXF * `GLTF` - GLTF * `PDF` - PDF * `JPEG` - JPEG * `PNG` - PNG * `OBJ` - OBJ * `POINT_CLOUD` - POINT_CLOUD * `METABUILDING` - METABUILDING * `PHOTOSPHERE` - PHOTOSPHERE * `PHOTOSPHERE_BUILDING` - PHOTOSPHERE_BUILDING [readonly]
creator User [readonly]
status String [readonly]
source String * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED [optional]
createdAt Date [readonly]
updatedAt Date [readonly]
documentId Number [readonly]
document Document [readonly]
structureFile String [readonly]
systemsFile String [readonly]
mapFile String [readonly]
gltfFile String [readonly]
previewFile String [readonly]
viewer360File String DEPRECATED: Use 'preview_file' instead. [readonly]
xktFile String DEPRECATED: Use 'xkt_files' instead. This field only respond with xkt v6 files [readonly]
xktFiles [XktFile] [readonly]
binary2dFile String [readonly]
projectId Number [readonly]
worldPosition [Number] [x,y,z] array of the position of the local_placement in world coordinates [optional]
sizeRatio Number How many meters a unit represents [optional]
errors [String] List of errors that happened during IFC processing [readonly]
warnings [String] List of warnings that happened during IFC processing [readonly]
archived Boolean [optional]
version String This field is only for information. Updating it won't impact the export. [optional]
northVector [[Number]] This field is only for information. Updating it won't impact the export. [optional]
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]
parentId Number The first page of the pdf [readonly]
pageNumber Number The page number of the related pdf [readonly]
layoutName String The name of the DWG layout (only set when type==DWG) [optional]

Enum: TypeEnum

  • IFC (value: "IFC")

  • DWG (value: "DWG")

  • DXF (value: "DXF")

  • GLTF (value: "GLTF")

  • PDF (value: "PDF")

  • JPEG (value: "JPEG")

  • PNG (value: "PNG")

  • OBJ (value: "OBJ")

  • POINT_CLOUD (value: "POINT_CLOUD")

  • METABUILDING (value: "METABUILDING")

  • PHOTOSPHERE (value: "PHOTOSPHERE")

  • PHOTOSPHERE_BUILDING (value: "PHOTOSPHERE_BUILDING")

Enum: SourceEnum

  • UPLOAD (value: "UPLOAD")

  • SPLIT (value: "SPLIT")

  • MERGE (value: "MERGE")

  • EXPORT (value: "EXPORT")

  • OPTIMIZED (value: "OPTIMIZED")