Skip to content

Commit dfbaed1

Browse files
committed
refer to OCC curve
1 parent e13bb2f commit dfbaed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_occ/geometry/curves/nurbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def is_rational(self) -> bool:
496496

497497
def copy(self) -> 'OCCNurbsCurve':
498498
"""Make an independent copy of the current curve."""
499-
return NurbsCurve.from_parameters(
499+
return OCCNurbsCurve.from_parameters(
500500
self.points,
501501
self.weights,
502502
self.knots,

0 commit comments

Comments
 (0)