Skip to content

Commit 7638101

Browse files
committed
fix dtype for pluggable object
1 parent f981dff commit 7638101

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/compas/geometry/curves/nurbs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ def __str__(self):
122122
# Data
123123
# ==============================================================================
124124

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+
125130
@property
126131
def data(self):
127132
return {

0 commit comments

Comments
 (0)