Model.showall#

Model.showall(string_array=s_defaultStringList)#

Turns on the display of all entities.

Parameters:

string_array (hwStringList) – Reserved for future development

Example#

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

model = hm.Model()

model.showall()