Vuforia Studio
Recently active
Hi community I have a advanced question. Is it possible to populate a list with parts from the Uploaded folder? The Model Resources selection in Studio does the same thing. But I want the View user to be able to do it, without having to hardcode the model names in JS. If we could filter the models by some part of their name, that would be even better. Thank you for your help! Best wishes Alex
Hello Dear Community, Publishing experiences with the same project ID from multiple Studio terminals can result in overwriting the published data.I'm having a lot of trouble. Is there a way to control access permissions or lock published data?
Hello Dear Community, Happy New YearPlease advise how I can implement a Jason file from the Creo Illustrate sequence annotation description for the step instructions in label in Vuforia Studio? Thank you
Hello Dear Community, Happy New Year🎄Please advise how I can place the sequence list to a dropdown list.Thank you
Hey Vuforia Studio team-- I just wanted to say thank you for adding the "Duplicate View" feature. This is going to save me a lot of headaches! I frequently have customers who want both a "virtual" view with 3D CAD and a spatial target, and a "physical" view with a real piece of equipment and a model target, but otherwise identical functionality. In the past I've had to "hack" this by copying view files and editing corresponding JSON files. It will be fantastic (and safer!) to be able to do this with a few mouse clicks instead! So, thank you for continuing to make real usability improvements in an already great product! --Clay
I have a customer that wants to have non-voice sounds in HL2. Something like "ding" or similar. There isn't an audio widget in the options in studio for the 3D canvas. We have been using the following line of code to synthesize speech but want some non-speech sounds: $scope.app.speech.synthesizeSpeech({'text': 'Say this text out loud'}); On a related note, can you change the voice that gets used by that line of code?
Hello Community Is there a way to use the Data Grid widget without TW? Or is it possible to build something similar with repeaters? Thanks for your help! Alex
I can not find the feature for enabling bounding boxes of 3D models at runtime in Vuforia View. The feature has been released with version 9.16 (according to the release notes from the Apple app store. Can anybody help me with this?
Hello community, is there a way to emulate the 2D repeater in the 3D Canvas ?I mean, I have a dynamic list coming from a TW service and I would like to add a dynamic number of 3D elements (could be 3D buttons, etc.) based on the number of rows from the output of the TW service. Is it possible? Thanks
Hello, at the moment the widget select is for us insufficient and this why i try to create my own dropdown widget with the html tag datalist like this: https://www.w3schools.com/tags/tag_datalist.asp It works on all browsers as intended and in the preview aswell - it works even on safari - but not in Vuforia View (version 9.11).The opend dropdown menu is missing there and the options are given as suggestion above the keyboard input. It seems like the Vuforia View app is not working with HTML5 or the app resolves datalist different than any browser. I need that datalist because it's a huge game changer for our requirements. Is there an workaround or fix for this issue?
Hello everyone, Can anyone please guide me on how the virtual tour in the below link is created. https://www.ptc.com/en/about/visit-ptc/headquarters Thanks in advance. Regards,Aditya Gupta
Hi All,I published a project to Experience Service failed,but it show in Experience Service file.Then I deleted my local project and remote Experience Service project in (*/studio-es-store/projects).It still stay in vuforia view library list. I have restarted ES and it doesn't work.May I know how to delete it in view list? Thank you.
Hello dear PTC community,In my vuforia studio project, I found that the waypoints labels text is too big.I need to change the waypoints labels, such as color,size etc.Please advise how can I do it.Thank you.
Hello community,I'm trying to simulate a fade effect on a 3D panel for Hololens in Vuforia Studio, I have seen it in a Demo for which I don't have the project code. I have tried to create an $interval in the JS code that every 200ms decreases the height and width properties until the minimum (0.04), but it doesn't work because the only element that decreases is the "pin/unpin" button, but the panel remains the same. Do you have any idea or suggestion? Thanks
Dear PTC community. I would like to ask you about the Howden Diaphragm Compressor demo, which can be found in the DEMO CATALOG on the PTC. We would like to show this demo and the possibilities of the software to one of our customers, but we do not possess the miniature model of the Howden Diaphragm Compressor.The question is, is it somehow possible to obtain such a model from PTC?Are there available any digital data, so we can perhaps recreate it, 3D print it?We know that the 3D CAD files can't be shared, but maybe some data exchange form like STEP can be possible to send. Thank you for your time, cooperation and fast reply. Many thanks. Peter
Hello community,premise that custom font works good for 2D Mobile experiences, I have noticed that custom fonts don't work for Hololens experiences, even if the font has been installed on Hololens.I have tried the same approach of 2d mobile experiences, but nothing happened. Do you have any idea or suggetion? Thanks
Hi All, I have created a project in vuforia studio with area target. It works well on IOS system。but on the Android System, it doesn't work well . some phones have inaccurate identification of spatial targets (pictures, buttons, etc.) during the experience and the recognition is easily lost. I need to relocate again.Is there any way to optimize the Android phone experience?
Hi Community I've noticed that the Github rep. Javascript 101 is offline:Javascript 101 · ptc-ar-sharing/vuforiastudio Wiki · GitHub Is there a way to get it up again? It is a great resource for beginners and it could be made into a really great asset. Best wishes Alex
Dear all, As of now Vuforia provides only the voice commands for the operation of the HoloLens. Using HoloLens experience inside the factory is very difficult because of the continuous loud noise within the factory premises. We are thinking to add buttons and perform the desired operation like scan, show library, show download etc.. from within the HoloLens experience.Till now , we are familiar with the Only API which will switch the Vuforia view app to scan mode. app.fn.navigateToScanMode();Do someone know the API to switch the Vuforia View to the Vuforia library as well as to the downloaded experiences ? Thank you in advance.
Dear all,We have having the difficulty to manage the downloaded vuforia experiences for the offline use purpose. If the downloaded experience cross more than 100, it is very time consuming to search the requisite experience from the list of download.In the attached file I have propose the one of the solution to manage the downloaded experience by creating the folder inside the Vuforia view application. The folder name for managing the experiences are based on the name of the factory, department name etc.. If anyone in the community have experiences of managing large number of downloaded experiences for offline use, please share the ideas how have you been managing it effectively.
Hi all, I have tested a 3D Eyewear Project in Hololens Trimble XR10. and the voice commands don't work , like “Hey View, download experience.”“Hey View, exit.”“Hey View, show Library.” etc.and I have upgraded the vuforia view to version 99.15.7390.0. (System voice commands work fine, like "Restart device","Shutdown device" ) Do I missed some setting in Vuforia View?
Dear Community I've found some code to get the position of an assembly part here:https://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/cad_structure_api.html But it doesn't seem to work for me $scope.centerof = function() { // Get the Structure information for model-1 PTC.Structure.fromId('model-1').then ( (structure) => { // Get the properties of the 'model-1' widget var widgetProps = $scope.view.wdg['model-1']; // Get the bounding box information for part '/0/0/2' var bbox = structure.getBounds('/0/0/2'); // Transform the bounding box to account for the 'model-1' widget's location var xform_bbox = bbox.transform( [widgetProps.x, widgetProps.y, widgetProps.z], [widgetProps.rx, widgetProps.ry, widgetProps.rz], widgetProps.scale); // Move '3DImage-1' to the center of the bounding box $scope.view.wdg['3DImage-1'].x = xform_bbox.center.x; $scope.view.wdg['3DImage-1'].y = xform_bbox.center.y; $scope.view.wdg['3DI
Hello Community I would like to access the item list for each step of a creo illustrate sequence. Does anyone know how to do this? Best wishes Alex
Hi, I'm creating an AR experience on mobile. In the preview, the sequences play with a single click, but when I publish and view them on mobile devices, the animations require two clicks to activate. Any idea why this might be happening?" $scope.sequence1 = function () { $scope.view.wdg['model-1']['sequence'] = 'app/resources/Uploaded/Texler_26-05-2023/l-Creo 3D - Sidepanel.pvi'; $timeout (function () { if ($scope.view.wdg ['model-1'] ['sequence'] == 'l-Creo 3D - Sidepanel.pvi') $scope.setWidgetProp ("3DImage-2", 'visible', true); else $scope.setWidgetProp ("3DImage-1", 'visible', false); $scope.$applyAsync (); },50); $scope.$on('sequenceloaded', function(event) { twx.app.fn.triggerWidgetService('model-1', 'play'); }); $scope.view.wdg['3DImage-1'].visible=false; $scope.view.wdg['3DImage-2'].visible=true; $scope.view.wdg['3DImage-3'].visible=false; $scope.view.wdg['3DImage-4'].visible=false; $scope.view.wdg['3DImage-5'].visible=false; $scope.view.wdg['3DIm
How to fetch PLM data using restapi in Unity 3D software?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.