Model.blockcontrolplanes#

Model.blockcontrolplanes(index, on)#

Controls the planes on a block.

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

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

Example#

Control plane with index 1 on block#
import hm

model = hm.Model()

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