Skip to content

Commit 00f5812

Browse files
Fraser GreenroydIsakNaslundBh
authored andcommitted
Update Rhinoceros_Engine/Convert/ToRhino.cs
1 parent c05cf0a commit 00f5812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rhinoceros_Engine/Convert/ToRhino.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ public static RHG.NurbsCurve ToRhino(this BHG.NurbsCurve bCurve)
264264
if (version == 5)
265265
return ToRhino5(bCurve);
266266

267-
268267
List<double> knots = bCurve.Knots;
269268
List<double> weights = bCurve.Weights;
270269
List<BHG.Point> ctrlPts = bCurve.ControlPoints;

0 commit comments

Comments
 (0)