Model.lockview#

Model.lockview()#

Saves the current view orientation and visible entities with the name “Lock”.

Example#

Save the “ Lock “ view#
import hm
import hm.entities as ent

model = hm.Model()

model.lockview()