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 5263ced commit 156d764Copy full SHA for 156d764
src/compas_rhino/geometry/curves/nurbs.py
@@ -121,7 +121,7 @@ def data(self, data):
121
@property
122
def points(self):
123
if self.rhino_curve:
124
- return [point_to_compas(point) for point in self.rhino_curve.Points]
+ return [point_to_compas(point.Location) for point in self.rhino_curve.Points]
125
126
127
def weights(self):
0 commit comments