Skip to content

Commit 746acb9

Browse files
committed
remove redundant 2 lines
1 parent 7e76a93 commit 746acb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compas_rhino/geometry/surfaces/surface.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ def curvature_at(self, u, v):
201201
cdirection_u = vector_to_compas(direction_u)
202202
cdirection_v = vector_to_compas(direction_v)
203203
return (cpoint, cnormal, kappa_u, cdirection_u, kappa_v, cdirection_v, gaussian, mean)
204-
else:
205-
return None
206204

207205
def frame_at(self, u, v):
208206
"""Compute the local frame at a point on the curve.

0 commit comments

Comments
 (0)