Model.displayincludeonly#

Model.displayincludeonly(id, shortname)#

Displays all entities contained in the specified include file, and hides all other entities.

Parameters:
  • id (unsigned int) – The ID of the include file whose entities you wish to display.

  • shortname (hwString) – Currently not used.

Example#

Display all of the elements in the include file with ID 3 , and hide all other entities without actually delete them#
import hm
import hm.entities as ent

model = hm.Model()

model.displayincludeonly(id=3, shortname="")