create_circle_points¶
- opstool.pre.section.create_circle_points(xo, radius, angles=(0.0, 360), n_sub=40)[source]¶
Add the circle geom obj.
Parameters¶
- xolist[float, float]
Center coords, [(xc, yc)].
- radius: float
radius.
- anglesUnion[list, tuple], default=(0.0, 360)
The start angle and the end angle, deree
- n_sub: int, default=40
The partition number of the perimeter.
Returns¶
- points: list[list[float, float]]
coord points on arc line.