Arc.from_circle
- classmethod Arc.from_circle(circle, start_angle, end_angle)[source]
Creates an Arc from a circle and start and end angles.
- Parameters:
- circle
compas.geometry.Circle
The frame and radius of this circle will be used to create an Arc.
- start_anglefloat
The start angle in radians.
- end_anglefloat
The end angle in radians.
- circle
- Returns: