# set_line_moment

Add line moment.

# See also

# NEEDS VALIDATION!
model3d.add_prism(
        points=[[1, 1, 0], [3, 3, 0], [3, 0, 0]],
        height=3
    )

sel = model3d.select([3, 3, 0], types='edge')

model3d.set_line_moment(
        shapes=sel,
        value=-10,
        option='multiplier',
        load_type='unfavourable'
    )