Appearance
PDFs Object
The pdfs array contains PDF data for context assets. Each object in the array represents a PDF document.
PDF Object
Each object in the pdfs array contains the following properties:
| Key | Type | Description |
|---|---|---|
scaleFactor | Number | Scale factor applied to the PDF. |
width | Number | Width of the PDF. |
height | Number | Height of the PDF. |
pdfPosition | Array<Number> | Position of the PDF [x, y, z]. |
uniqueId | Number | Unique identifier for the PDF. |
storey | Number | Storey index this PDF belongs to. |
structure_id | String | Structure ID this PDF belongs to. |
layerId | String | ID of the layer this PDF belongs to. |
sourcePdfInBase64 | String | Base64-encoded string of the PDF source data. |