Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.35 KB

PatchedModelRequest.md

File metadata and controls

34 lines (19 loc) · 1.35 KB

bimdata.PatchedModelRequest

Properties

Name Type Description Notes
name String [optional]
source String * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED [optional]
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]
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]
layoutName String The name of the DWG layout (only set when type==DWG) [optional]

Enum: SourceEnum

  • UPLOAD (value: "UPLOAD")

  • SPLIT (value: "SPLIT")

  • MERGE (value: "MERGE")

  • EXPORT (value: "EXPORT")

  • OPTIMIZED (value: "OPTIMIZED")