Model.retainmarkselections#

Model.retainmarkselections(mode)#

Sets the display state of marked entities.

Parameters:

mode (int) –

0 - Off.

1 - On.

Note

Allows users to control the display of the entities in a collection.

Example#

Set the display state of marked enties in a collection#
import hm
import hm.entities as ent

model = hm.Model()