Model.dynamicviewbegin#
- Model.dynamicviewbegin()#
Begins a block of
Model.rotate(),Model.window(), orModel.quatrotate()functions.Example#
Rotate the model#import hm import hm.entities as ent model = hm.Model() model.dynamicviewbegin() model.quatrotate(q0=-0.00785649346, q1=-5.7397916, q2=0.00228960797, q3=0.999966514) model.dynamicviewend()