Model.features_move_all_opened#

Model.features_move_all_opened()#

No arguments are required. All the plot elements in the ^feature component are analyzed and those that do not create closed chains are moved into a component named ^open features.

Example#

Locate all elements in the ^feature group that to no form closed chains and move them to ^open features#
import hm
import hm.entities as ent

model = hm.Model()

model.features_move_all_opened()