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 b1a46ca commit 01fce76Copy full SHA for 01fce76
src/compas/datastructures/assembly/assembly.py
@@ -32,7 +32,7 @@ def JSONSCHEMANAME(self):
32
33
def __init__(self, name=None, **kwargs):
34
super(Assembly, self).__init__()
35
- self.attributes = {}
+ self.attributes = {'name': name or 'Assembly'}
36
self.graph = Graph()
37
self.parts = {}
38
0 commit comments