Skip to main content
10-Marble
January 24, 2025
Solved

How to extract Part Structure from a PVZ file?

  • January 24, 2025
  • 2 replies
  • 1278 views

We have a requirement to extract the part structure from a PVZ file. While we are currently able to display it using the ThingView widget, the goal is to extract the part structure from the PVZ file and present it in a tree grid.

Additionally, upon selecting a part in the grid, the corresponding part should be highlighted in the 3D view.

 

I would like to understand:

  • Is this functionality achievable in ThingWorx?
  • Is there a way to read the PVZ file and extract its structure?
  • Can this be accomplished using any existing extensions or OOTB (Out-Of-The-Box) functions, or will we need to develop custom extensions?

 

Thanks in advance!

Best answer by AK_10385731

Thank you Vlad for your response.

 

I was looking for the pvz extraction inside the Thingworx foundation.

Below post worked for me:
https://community.ptc.com/t5/ThingWorx-Developers/Is-it-possible-to-extract-part-structure-from-a-pvz-file/m-p/996249#M68966

2 replies

24-Ruby III
January 24, 2025

Take a look - "How to extract the components with properties from a pvz file": https://community.ptc.com/t5/Vuforia-Studio/How-to-extract-the-components-with-properties-from-a-pvz-file/td-p/589089 

AK_1038573110-MarbleAuthorAnswer
10-Marble
February 7, 2025

Thank you Vlad for your response.

 

I was looking for the pvz extraction inside the Thingworx foundation.

Below post worked for me:
https://community.ptc.com/t5/ThingWorx-Developers/Is-it-possible-to-extract-part-structure-from-a-pvz-file/m-p/996249#M68966