Skip to main content
15-Moonstone
November 13, 2023
Solved

Access Illustrate Item List in Vuforia Studio

  • November 13, 2023
  • 1 reply
  • 1090 views

Hello Community

 

I would like to access the item list for each step of a creo illustrate sequence. 

AlexK_0-1699867911925.png

Does anyone know how to do this?

 

Best wishes

 

Alex

Best answer by RolandRaytchev

Hi @AlexK ,

the question - when you publish to a pvz model if this information is there. So possibly when you import your pvz file to studio you can check if this information is in the metadata json or in the pvi file (the sequence  which is inside the pvz file (remember that pvz is a zip with the model information and sequences).In the pvz file there are also xml files - I found a pvssbom.xml where was a list of the items defined in the figure. So , you can check in your case if the data what you need appear there. When the data is available , in this case you can extract this xml file to the upload folder and read and extract the required  information via some xml parser.

1 reply

21-Topaz I
November 16, 2023

Hi @AlexK ,

the question - when you publish to a pvz model if this information is there. So possibly when you import your pvz file to studio you can check if this information is in the metadata json or in the pvi file (the sequence  which is inside the pvz file (remember that pvz is a zip with the model information and sequences).In the pvz file there are also xml files - I found a pvssbom.xml where was a list of the items defined in the figure. So , you can check in your case if the data what you need appear there. When the data is available , in this case you can extract this xml file to the upload folder and read and extract the required  information via some xml parser.

AlexK15-MoonstoneAuthor
15-Moonstone
November 21, 2023

Hi Roland

 

Thanks I will try that.

 

Best wishes

 

Alex