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 e13bb2f commit dfbaed1Copy full SHA for dfbaed1
src/compas_occ/geometry/curves/nurbs.py
@@ -496,7 +496,7 @@ def is_rational(self) -> bool:
496
497
def copy(self) -> 'OCCNurbsCurve':
498
"""Make an independent copy of the current curve."""
499
- return NurbsCurve.from_parameters(
+ return OCCNurbsCurve.from_parameters(
500
self.points,
501
self.weights,
502
self.knots,
0 commit comments