Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hey Community,
Is there any possible way to integrate Windchill and Vuforia studio. My use case here is, I need to list out all the available 3D model available in Windchill into Vuforia Studio screen, based on user selection I need to show 3D model in 3D Model widget. This question has already been asked in forum but i still could not find a right answer and definetly need more insights into this topic. Please give your valuable feedback.
Regards,
JA
Hi @MA8731174 ,
you can download data possibly directly from windchill or other server but that will not work because of CORS. So means that Vuforia View will not allow a call via different domains. so therefore the supported way is to use Windchill data --> to Thingworx repository --> Vuforia Studio
Here I want to refer to point 1.) of that post : https://community.ptc.com/t5/Vuforia-Studio/Is-there-a-way-to-load-3D-model-from-Thingworx-repository-to/td-p/961474
Thanks
for the Integration from windchill to TWX - so the step is to export first from Windchill the pvz files as export to folder - as the part what is visualization /Windchill adapter could be seen in the article https://www.ptc.com/en/support/article/CS112832
Res:
-pvz file could be loaded e.g. in Thingworx to a folder in FileRepository thing with fileupload widget or using some javascript automatization
I mentioned in the previous post the usage of customization to the addpater post-publishing process - therefore I splitted it here into a separte post because it is other technique- possibly more easy to handle.. For that techniques you need that widndchill use visualization where the cad model are visualized ito pvz internally - so in this case you could extract the pvz file via Visualization Rest API e.g. PTC.visualization.getPVZ()
Here is also an article
which point to a hub - e.g. https://www.ptc.com/en/support/article/CS350641
with following points:
Hello @MA8731174,
It looks like you have some responses on your topic. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Vivek N.
Community Moderation Team.