Message 1 of 7
Speed Placing Instances With vs Without Nested Element
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings all, im building a tool for our company that will place multiple(100+) new instances of a Family (Generic Model) which has a nested Element (Generic Model).
The nested element is Shared which is a requirement of the Use Case.
The code is working fine; my problem is that, through testing, ive discovered that the time to place these instances is remarkable greater when a nested element is present.
The Family is loaded in the Project(s) so, i believe, there are no loading issues to consider.
Comparision Of Speed - With/Without Nested Element
- 144 Elements With Nested Element - 185.823 Seconds (1.29 Seconds Per element)
- 144 Elements Without Nested Element - 1.713 Seconds (.007 Seconds Per Element)
Have any of you run across this and have a solution for it?
Full testing results.