Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi everyone,
for my project I want to be able to retrive all information about the sequence archived in pvz.
So I want to save all into an array.
example:
- step description,
- number of steps,
-etc
Anyone could help me?
I think there are 2 options:
1.)you can try to extract this information in Studio. For example when you one time call in chrome - to extract the list and to upload it to server:
- on project load ( e.g. event "modelLoad") you can check the properties:
let mysequenceList=$scope.getWidgetProp('model-1', 'sequenceList' );
$timeout(function () {
$scope.$applyAsync(()=>{$scope.setWidgetProp(modelName, 'sequence', 'resources/Uploaded/'+sequence);});
},50);
$timeout(function () {angular.element(document.getElementById('model-1')).scope().play(); }, 100)
2.)use another tool to extract the figure / sequence data from pvz file outside Studio. The only way I know - is to use a Creo View Toolkit. In the following posts is mentioned how to do this (please, see the related post above) but to be able to use such techniques you need to have a valid license for Creo View Toolkit development or some Creo View Toolkit developer could provide to you an already implemented tool.
Some related link as already metioned: