We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34268a commit 440c7ceCopy full SHA for 440c7ce
1 file changed
src/compas_rhino/conversions/geometry.py
@@ -57,7 +57,7 @@ def plane_to_rhino(plane):
57
:rhino:`Rhino.Geometry.Plane`
58
59
"""
60
- return Rhino.Geometry.Plane(point_to_rhino(plane[0]), vector_to_rhino(plane[1]))
+ return Rhino.Geometry.Plane(point_to_rhino(plane[0]), vector_to_rhino(plane[1]), vector_to_rhino(plane[2]))
61
62
63
def frame_to_rhino_plane(frame):
0 commit comments