Skip to main content
1-Visitor
October 10, 2017
Question

How should I able to maintain its scaling after clicking on another button

  • October 10, 2017
  • 2 replies
  • 2219 views

I import a model, After that I assign one button & slider to that model.

When I clicked on button then Slider will be visible & based on slider moving value of scaling will be changed.

But what I want is,when I clicked on some other button then it should automatically come to its original scaling,

So how can able to do that so?giriMatthew Rice

    2 replies

    5-Regular Member
    October 17, 2017

    Rohit Borude​ Did you try binding the button click to the model reset?

    rborude1-VisitorAuthor
    1-Visitor
    October 30, 2017

    giri​ Yes but it is also not working. Is there any other way?

    5-Regular Member
    October 30, 2017

    Hi,
    Why not store the original scale in an App Parameter?
    When you "reset" it, just get the save value from the parameter.


    Try : $scope.view.wdg['3DModel-1']['scale']=$scope.app.params.defaultScale;