set_fixed_end_anchor
Set fixed-end anchor from vertex.
Parameters
- shapes : Shape | ShapeList
- Shapes. Must be 'vertex'.
- length : float
- Equivalent length.
- angle : float
- Inclination angle in 2D (degrees).
- direction : list[float]
- Anchor direction in 3D [x, y, z].
- material : ConnectorMaterial
- Connector material. None = default.
Examples
sel = model.select([5,5], types='vertex')
model.set_fixed_end_anchor(shapes=sel, length=3, angle=-30)