I have a complex 3D scene consisting of Model3DGroups that I need to analyze at runtime. Since Model3D
nodes do not participate neither in the VisualTree nor in the LogicalTree is there any other way I can find the parent of a Model3DGroup
?
Asked
Active
Viewed 253 times
2

Dave Clemmer
- 3,741
- 12
- 49
- 72

bitbonk
- 48,890
- 37
- 186
- 278
-
I think I may need to know this too in the near future, so did you ever get an answer to this? – LJNielsenDk Apr 15 '13 at 06:26
-
You could try to start a bounty. – bitbonk Apr 15 '13 at 06:29
-
You can't walk the tree upside, but you can walk from root(you have to remember it) downside and compare children and content properties with searched value. – Rekshino Feb 19 '18 at 15:40