Model.hideall#

Model.hideall(string_array=s_defaultStringList)#

Turns off the display of all entities.

Parameters:

string_array (hwStringList) – Reserved for future development.

Example#

Turn off the display of all entities#
import hm
import hm.entities as ent

model = hm.Model()

model.hideall()