Model.blockcontrollines#

Model.blockcontrollines(index, on)#

Controls the lines on a block.

Parameters:
  • index (int) – The index to be modified.

  • on (int) – Set to 1, to display the block lines.

Example#

Control line with index 1 on block#
import hm

model = hm.Model()

model.blockcontrollines(index=1, on=1)