Hi
I found out that Performance Profiler creates new node into model tree: ProfileData. All the objects (Processors etc) are named there. If I then use command model.find("?Processor"); in the code somewhere, it does not find the Object Processor (as it does before running the Performance Profiler ), but it finds the treenode under ProfileData. What would be the best way to handle this situation?
The problem does not occur, if the Processor is directly under model. But it the Processor is inside a plane, then it happens.
BTW: what is the difference between model.find("Processor1"); and Model.find("Processor");?