Draft: fix point array without using link
This commit is contained in:
committed by
Yorik van Havre
parent
607c14b512
commit
31e8bb27a6
@@ -64,6 +64,10 @@ class PointArray(DraftLink):
|
||||
"""Set up the properties when the object is attached."""
|
||||
self.set_properties(obj)
|
||||
super(PointArray, self).attach(obj)
|
||||
|
||||
def linkSetup(self, obj):
|
||||
"""Set up the object as a link object."""
|
||||
super(PointArray, self).linkSetup(obj)
|
||||
obj.configLinkProperty(ElementCount='Count')
|
||||
|
||||
def set_properties(self, obj):
|
||||
|
||||
Reference in New Issue
Block a user