Looking at API documentation
https://pr-411.docs.preview.cogniteapp.com/api/v1/
it seems one can not build an automated pipeline to create and update 3D model only using python SDKs?
I aim to make a pipeline using cognite function and python sdk for nightly update reading files from SharePoint and upload or update 3d models in cdf.
If its possible, where I can find the guiding document?
Page 1 / 1
Hi Shabnam.
It is possible to create an automated pipeline for 3D Models by using Python SDK. A simple workflow would be like
- you can upload the model file to CDF : https://pr-411.docs.preview.cogniteapp.com/api/v1/#tag/Files/operation/initFileUpload
- then by using that file-id you can either create a new 3d model or use existing model id
- by using file-id and model-id you can start a new processing job (creating a revision) by using this end point: https://pr-411.docs.preview.cogniteapp.com/api/v1/#tag/3D-Model-Revisions/operation/create3DRevisions
Please let us know if you need more information or sample script.
Thank you
Hi
Did the above help you?
Br,
Dilini
Hi,
Thanks, it was very useful.
Best Regards
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.