#
set_fixed_head
Set shape to fixed head.
#
See also
#
Examples
model2d.add_rectangle([0,0],[5,5])
sel = model2d.select([0,5],types='edge')
model2d.set_fixed_head(sel,head=10)
model3d.add_box([0,0,0],[1,1,3])
sel = model3d.select([1,0.5,1],types='face')
model3d.set_fixed_head(sel,head=10)