Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Problem: Large assemblies take a long time to traverse.
Proposed Solution: Assembly tree traversal is a problem that can be parallelized by allowing concurrent threads to have thread-safe access to each component and its underlying data structures (geometry, parameters, etc...). PTC indicates that at this time "calling TOOLKIT functions from different threads of the application is not supported." This is a request to enhance TOOLKIT to support calling TOOLKIT functions specific to assembly traversal from concurrent threads.