If I use this expression Scene.Find().Find(), it gets me the first line object contained in the plotcube. In otherwise I can loop through the objects contained in the plotcube and find each lineplot?
Asked
Active
Viewed 100 times
0
-
1Are you sure, you mean 'Scene.Find().Find()' ? I must admit, I still dont really get the question yet. – Haymo Kutschbach Aug 22 '13 at 14:46
-
what i meant was that you use the scene property of ILpanel to find the ilplotcube and assign it to a reference and then you use that reference to find the ilineplot. – David Aug 25 '13 at 23:34
-
Sounds like a working solution? Which problems are you facing? – Haymo Kutschbach Aug 26 '13 at 07:17