add_fixed_end_anchor
Add fixed-end anchor at a point (without shape selection).
Parameters
- point : list[float]
- Anchor location [x, y] or [x, y, z].
- 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
model.add_fixed_end_anchor(point=[5,3], length=3, angle=-30)