Model.menufilterset#

Model.menufilterset(string)#

Sets the filter to the filter string.

Parameters:

string (hwString) – The string to which the filter is set.

Example#

Set the filter to the filter string “beams”#
import hm
import hm.entities as ent

model = hm.Model()

model.menufilterset(string="beams")