structure: remove tree links
This commit is contained in:
parent
29750ce192
commit
25fce7a95a
@ -64,13 +64,12 @@ class Box(Element, Drawable):
|
|||||||
points = []
|
points = []
|
||||||
|
|
||||||
class SRef(Element):
|
class SRef(Element):
|
||||||
Position = None
|
position = (0,0)
|
||||||
Structure = ""
|
structure = ""
|
||||||
|
|
||||||
transformation = Transformation()
|
transformation = Transformation()
|
||||||
|
|
||||||
# tree
|
# tree
|
||||||
Parent = None
|
parent = None
|
||||||
Children = []
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user