Model.setanimationtime#

Model.setanimationtime(dTime)#

Sets the transient animation time.

Parameters:

dTime (double) – The animation time.

Example#

Set the animation time to 0.3#
import hm
import hm.entities as ent

model = hm.Model()

model.setanimationtime(dTime=0.3)