Skip to main content
12-Amethyst
August 3, 2020
Question

EDM dimension annotations in Vuforia

  • August 3, 2020
  • 3 replies
  • 4118 views

When we publish an EDM model, with 3D note & dimension annotations, as an AR experience we do not see the 3D note or dimensions in Vuforia.  Is there a way to see EDM annotations in AR?

3 replies

5-Regular Member
September 8, 2020

@sobrien-2_53235  Could you please provide a few snapshots, details to better understand the issue. There has been a limitation with the usage of Annotations in Studio so any more detail will help. Refer existing knowledge base suggesting the same.

12-Amethyst
November 24, 2020

This is a screenshot of the part with annotations I made in Creo7.0 and the modified "builder-settings.json" file.  I can also send .prt & .pvz files.  I used the trial version of Vuforia.  I am not able to get the annotations to appear in the Vuforia experience.

Thanks,

Scott

21-Topaz I
September 8, 2020

Hi @sobrien-2_53235 ,

what is the EDM source CAD system ? e.g. Creo Parametric?

If yes ->in this case you can check this post : "Annotations from a model 3D in an AR project"

e.g. the setting of the  builder-setting.json option: "annotationsEnabled": true

 

in your Vuforia Studio installation which is located in< users/documents>\VuforiaStudio
open the file builder-settings.json for editing (please, first save a backup)

add the option (note: so far I know this option is not official supported yet
->"annotationsEnabled": true

->restart Studio and import the model to the resource folder. 

 

 

12-Amethyst
September 11, 2020
PVZ format saved from Elements Direct Modeling.
1-Visitor
January 13, 2021

Basically Dimension from any CAD  cannot be viewed in vuforia studio. thats limitation. but new functionality is introduced in Vuforia while importing Model "CAD MEtadata". By checking this check box it may work . try it but again it cannot be seen on the model. 

21-Topaz I
January 15, 2021

-actually in the current functionality, so far I know,  the annotation(e.g. dimension) will be not shown in Vuforia Studio – so at least this is not official supported.

-my observation was in the past that when I export a model from Creo Parametric to PVZ file and  in the Creo Parametric I have a combined view with shown annotations in Creo Parametric – then in this case e.g. the shown dimensions  could be also displayed in Vuforia Studio via the option (annotationsEnabled": true is added to builder-settings.json,). The requirement is that the e.g. dimension annotations are created and shown in a combo view when you exported to PVZ

- the option importing meta data is not related to the annoation. This option will extract the most important model parameters (path , name and etc) to an extra json file which is also saved to the upload directory. The json file will have the same name as the model but with json extension e.g. my_model.pvz and meta file my_model.json.

PTC provided now also api where you can make a query to access the  model /component properties as described in the Vuforia Studio Help chapter: http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2Fcad_metadata_api.html