Generate a 3D PDF file from a model. The exporting takes a while and this function returns immediately when the requests is sent to backend server succesfully. One needs to call get3DPDFURL to poll the exported 3D PDF's download URL.
Signature:
function generate3DPDF(modelId: string): Promise<number>;
Parameter | Description |
---|---|
modelId | The model id |
Returns:
Promise<number>
a promise contains an asset id