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 f981dff commit 7638101Copy full SHA for 7638101
src/compas/geometry/curves/nurbs.py
@@ -122,6 +122,11 @@ def __str__(self):
122
# Data
123
# ==============================================================================
124
125
+ @property
126
+ def dtype(self):
127
+ """str : The type of the object in the form of a '2-level' import and a class name."""
128
+ return 'compas.geometry/NurbsCurve'
129
+
130
@property
131
def data(self):
132
return {
0 commit comments