PVS File Questions...
Hi there!
Just a bit of background... What I am trying to do seems painfully simple, but it is not available in HoloLens: I just want the user to be able to 'grab' and rotate a 3D Model (or model item) so they can inspect it.
Apparently, this is not possible in 3D Eyewear yet, there are only gestures to move and adjust the whole Spatial Target.
That lead me to investigate rotating the model (or model item) myself with Java Script. What I found out is that, while you can rotate a model (or model item) programmatically, you can't just change the rx/ry/rz variables because those values are the GLOBAL WORLD AXES values. What I want to do is rotate the part in place, similar to what you can do at design-time by manipulating the XYZABC triad (see picture).
This, led me to a conversation with PTC regarding the use of the CAD Shell Tool command utility and the creation of a PVS file which shows, allegedly, all information regarding location and orientation of parts.
So, finally, my question: Does anyone know what is the format if the PVS file? Does anyone have any specification? I can see my individual boolean solids in there, and I do have a 'bbox' value, which I am assuming provides some initial positional reference, but it gets confusing when you look at some of the instantiated children components.
Also, is there a way to find where the*.ol files referenced in the document got exrtacted? I cannot find them.
I guess, ANY information helping me find the location in space of ALL models (or model items) would be appreciated.
Thank you very much!


