Model.vertexrelease#

Model.vertexrelease(vertex)#

Unstitches the selected vertex.

Parameters:

vertex (Entity) – The object describing the surface entity to unstich.

Example#

Unstitche the surface with ID 1#
import hm
import hm.entities as ent

model = hm.Model()

model.vertexrelease(vertex=ent.Surface(model,1))