draw_radius#
- sectionproperties.pre.library.utils.draw_radius(pt: tuple[float, float], r: float, theta: float, n: int, ccw: bool = True, phi: float = 1.5707963267948966) list[tuple[float, float]][source]#
Generates a list of points describing an arc.
Generates an arc centered at point
pt, with radiusr, starting at angletheta, with n points. Ifr=0, addsptonly.phidescribes the angle of rotation e.g.pi / 2is a quarter circle.- Parameters:
- Returns:
List of points
- Return type: