Model.edgerelease#

Model.edgerelease(edge)#

Unstitches the selected edge.

Parameters:

edge (Entity) – The line entity to release that refer to edge.

Example#

Release edge with ID 96#
import hm
import hm.entities as ent

model = hm.Model()

model.edgerelease(edge=ent.Line(model,96))