Skip to content

Commit 4813826

Browse files
committed
fixed circle_to_compas from Rhino
1 parent d773b3e commit 4813826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/conversions/curves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def circle_to_compas(circle):
215215
:class:`compas.geometry.Circle`
216216
217217
"""
218-
frame = plane_to_compas(circle.Plane)
218+
frame = plane_to_compas_frame(circle.Plane)
219219
return Circle(circle.Radius, frame=frame)
220220

221221

0 commit comments

Comments
 (0)