Hi,
Is it possible to make two SBStructuralNodeGroup share childs? I would like to have access in the document view to the childs at two points, like:
-- Model
-- parent
--child
--child2
--child3
-- ...
-- parent 2
--child
The child can be owned by only one of them, but I would like that parent 2 also has a reference to it and it is shown in the document view. Is it possible? Unfortunately SBNodeGroup is not a solution for me since I want the hierarchy to access next and previous nodes, and I would like the SBNodeGroups to be contained also in a hierarchy. Like:
My Group (with next/previous getters)
-- sub group 1
-- "shared" child 1
-- sub group 2
-- sub group 3
Thank you and best regards,
Elisa