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 3d4925b commit 608bad8Copy full SHA for 608bad8
src/compas_occ/geometry/curves/nurbs.py
@@ -10,9 +10,9 @@
10
from compas.geometry import Frame
11
from compas.geometry import Line
12
from compas.geometry import NurbsCurve
13
+from compas.geometry import Point
14
15
# from OCC.Core.TopoDS import TopoDS_Edge
-from compas.geometry import Point
16
from OCC.Core.Geom import Geom_BSplineCurve
17
from OCC.Core.GeomAPI import GeomAPI_Interpolate
18
from OCC.Core.GeomConvert import GeomConvert_CompCurveToBSplineCurve
0 commit comments