Vuforia Studio
Recently active
Hi, I been working on thingworx platform with trial version of thingworxstudio,but mean while I'm unable to open thingworx composer.
How can I connect Twx Studio to another database platform, other than Composer?
Hello, I am trying to set the occluding property of a model (or modelItem) via a button, or via Java:e.g like this: $scope.show = function() { if ($scope.view.wdg['modelItem-1'].occluding == false){ $scope.view.wdg['modelItem-1']. occluding = true; } else { $scope.view.wdg['modelItem-1']. occluding = false; };} But it is not working. Has anyone some ideas?GreetingsRaphael
Hello Sir, Please can anyone tell me how to rotate a model item using js pls provide any coding
Hi All – after an animated 3D sequence “plays” inside an AR experience (i.e., a disassembly), I am looking for a good way to display dynamic content relative to a specific part. For example, a tooltip or 3D gauge pointing to the specific part of the model, but only after the disassembly sequence and after the part is exposed.My first thought was adding insets, annotations, and/or symbols to the model (and part) using the Creo Illustrate designer as part of the sequence creation (prior to exporting to PVZ and importing as a Studio Resource), but I’m finding that those visual elements do NOT render in the AR experience with the View app. Is that expected behavior?Other than geometrically positioning 3D widgets and perhaps manually controlling widget visibility (planning in advance where the parts would end up after the sequence), what is the best way to add visual annotations on specific assembly parts after a 3D Sequence? Does Studio know about the specific parts? 
So i'm working on a method to try and speed loading of a large model, currently loading the High quality model takes 10sec which seems like an eternity when you are holding the device with the thingmark in view waiting.So my plan was to have two 3D Model items in the view. One would have the Low version of the model as it's resource an the other would have the High version of the mode as it's resource (all these models are the result of the CAD optimizer when you upload resources to a project).On start the High model would not be visible and not loaded but the Low model would. After the Low model loads I can use code in the "Model Loaded" service to make the High model visible and start it's loading. Once the High model loads i can flip the visibility of the low model off to hide it.While this sounds like a good plan I'm stuck with what seems like a bug in the 3D Model object. When i have these tow models in the project they fight each other for the resource. I clearly have one set to
Hello,is it possible to play multiple sequences in Hololens experience? I tried with following:$scope.app.closedoors = function() { var modelEle1 = angular.element(document.getElementById('model-1'));$scope.view.wdg['model-1'].sequence = "Uploaded/l-Creo 3D - Figure 1.pvi"; $timeout(function() {modelEle1.scope().playAll();},1000); $scope.$applyAsync();}$scope.app.locateissue = function() { var modelEle1 = angular.element(document.getElementById('model-1'));$scope.view.wdg['model-1'].sequence = "Uploaded/l-Creo 3D - Figure 2.pvi"; $timeout(function() {modelEle1.scope().playAll();},1000); $scope.$applyAsync();}This works fine in preview and this works with mobile experience but it won't work with Eyewear project.Best regards,Juho-Matti
how does Occluding work?When I turn it on, it just makes the model invisible but blocking models behind it. Is this how it is supposed to work? My hope would be that if a real world object moves in front of the model, it occludes it from view.
This may seem like an odd request... Is it possible to create a project where instead of utilising AR to put the 3D model in an environment (using spatial tracking or thingmarks), the 3D model appears in a plain 3D environment (e.g. as models appear inside Creo View Mobile).Why? This allows you to create a custom user interface for the viewable with the 2D mode, which cannot be done in other tools. Then the user doesn't have to find a surface/print a thingmark to see the model in 3D space.Basically I'm wanting to leverage the 2D mode in thingworx studio and not leverage the AR technology.Hope this makes sense. Can it be done?Thanks!
Working through your tutorials to test out the software and noticing that Preview never works. It just seems to save the file again and nothing loads. Is this because it is a trial?
Hi,In my experience I want add an image in the background and want to overlay buttons at various locations.please suggest, any code solution is highly appreciated Thanks and Regards,Sameer Singh Rathoud
I am trying to develop an experience in ThingWorx Studio where in each view different sequence will be shown. But after adding one pvz+pvi, when I am trying to go to the next view and another pvz+pvi, the pvi file is not getting uploaded. Please help me with the problem...Thank you...
Hello,I downloaded the Thingworx setup.exe trial for windows. Once I click on the .exe I get a message saying:I have a 30 day trial version left, can anyone advise me on what to do in order to fix this problem?Thank you.
Hi everyone.I am trying to update a Thing property of type "DATETIME" with a historical time through the REST API (I have a CSV file with datetime values that I want to sequentially update the Thing's properties with, but for now, I just want to update the property once).I am currently using the Requests package in Python to communicate with the REST API, although I have previously tried this using the HTTPie extension in the Windows Command Prompt and had no luck no matter how I formatted the datetime value.I have tried updating the Thing property with an example time by formatting the new value as a string in the same format that is returned in Python when you use a GET request for a datetime property's value (script below), but I wasn't successful. I keep getting the error "Unable To Convert From java.lang.String to DATETIME"Does anyone happen to know how I can update the DATETIME property using Requests in Python (or any other http requests language, really. Anything is
Hi,I have install thingworx studio 8.1.3.However Thingworx Studio cannot be started.How can I do ?Below is detail log.ERROR SUMMARYBelow is a summary of the errors, details of these errors are listed later in the log.* Activation of D:\Users\kjoono\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PTC Inc\ThingWorx Studio.appref-ms| resulted in exception. Following failure messages were detected:+ Activation failed.+ Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))...ERROR DETAILSFollowing errors were detected during this operation.* [2018-01-27 오후 12:18:46] System.Deployment.Application.DeploymentException (Activation)- Activation failed.- Source: System.Deployment- Stack trace:at System.Deployment.Application.ComponentStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useActivationParameter)at System.Deployment.Application.SubscriptionStore.ActivateApplication(DefinitionAppId appId, String activationParameter, Boolean useAc
Hi, I have installed thingworx stduion 8.1.3. When I try to publish expereince into Experience Service, It is reqired username and password. What is username and password of thingworx studio? I don't have an account setup during installation. Thanks, Kim, Joono
Animations pvi included in pvz (created with creo illustrate 3) saw in hololens aren't equal to the preview or the mobile version. Why? For example: when I rotate a object composed by various parts, in preview the rotation is correct but when I see it in hololens, each part isn't syncronized.
Hi all,It will be usefull to have a OK check at the end of animation.Wich code is necessary?
Hi everybody,in my Thingworx Studio project I've loaded a CAD model with many text instructions about how to operate on the machine. Those instructions will be shown after pressing a play button. There are certain instructions steps I would like to add a popup window to. Does anyone have an idea how to realise that?Thanks for every comment!Best regardsAriana
Hi everybody , Some one know how should edit the Font Outline Color from a 3D Gauge? As I show you on the following picture , it looks white by default but I would like to change this color or even the width Regards Elias
Does anyone has already tryied to use SOLIDWORKS models in thingworx Studio?
Hello,We are sending data from thingworx to thingworx studio every 2 second.We can see changing data in Thingworx mashup but we can´t see change in thingworx studio (3D gauge).So if you can give us some advice we will be appreciate.Thanks a lot
Everytime i try to publish i receive popup window which requires me to login and it rejects my password. i have tried resetting my password and it did not work. I have also tried another PC and it did not work either.
Hi,I want to embed AR Experience in Thingworx.I made 3D AR Expeirence in Thingworx Studio and published into Experience Server.Next, I tried to embed AR Expeirence in Thingworx.Because Cross Domin Security, AR could not be display.Thingworx Platform and Experience Server's server domain are not same.How to embed AR Experience in Thingworx?Thanks,Kim, Joon O
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.