#
set_body_load
Add body load.
#
See also
# NEEDS VALIDATION!
model3d.add_prism(
points=[[1, 1, 0], [3, 3, 0], [3, 0, 0]],
height=3
)
sel = model3d.select([3, 0], types='volume')
model3d.set_body_load(
shapes=sel,
value=-10,
direction='z',
option='fixed'
)