# set_hinge_3d

Set hinge in 3D.

# Parameters

vertices : Shapelist
List of edges

# Notes

Edges must be connected to atleast one plate, to which the hinge will be assigned.

# See also

# Examples

e = model3d.select(
p0=[0,0,0],
p1=[0,0,1],
types=['edge'],
option='blue')
model3d.set_hinge_3d(edges=e)