Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
two buttons placed in 2D and a model with 7 sequences loaded into resources
1.next
2.play
button 1 to load the sequence and button 2 to play the sequence. it works but I have to click them multiple times.
$scope.next = function(){
$scope.view.wdg['model-1'].sequence = "app/resources/Uploaded/l-Creo 3D - 2.pvi";
}
$scope.play = function() {
angular.element(document.getElementById('model-1')).scope().play();
}
$scope.play = function() {
angular.element(document.getElementById('model-1')).scope().play();
}
$scope.play = function() {
angular.element(document.getElementById('model-1')).scope().playAll();
}
I have used the same code but still, the error persists, I guess the loading of the sequence and apply and sync is the issue here.
Hi,
this is worked, I had an issue in creo illustrate animation sequences.
Regards,
Karthik