Skip to content

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:

KeyTypeDescription
scaleFactorNumberScale factor applied to the PDF.
widthNumberWidth of the PDF.
heightNumberHeight of the PDF.
pdfPositionArray<Number>Position of the PDF [x, y, z].
uniqueIdNumberUnique identifier for the PDF.
storeyNumberStorey index this PDF belongs to.
structure_idStringStructure ID this PDF belongs to.
layerIdStringID of the layer this PDF belongs to.
sourcePdfInBase64StringBase64-encoded string of the PDF source data.