Model.realizesetstocontactsurfs#

Model.realizesetstocontactsurfs(card_image)#

Realizes all segment sets of a given card image to contact surfaces.

Parameters:

card_image (hwString) – The card image of the segment sets to realize.

Example#

Realize segment sets with cardimage “surfSeg” to contact surfaces#
import hm
import hm.entities as ent

model = hm.Model()

model.realizesetstocontactsurfs(card_image="surfSeg")