Message 1 of 2
Code to run at end of section assembly group computation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! I’m building corridor geometry that depends on prior subassembly computations. I need a function that fires after the last subassembly of a given class in an assembly group has been processed for the current corridor section at runtime.
For example, my subassemblies live in a single DLL. I want a callback to run once the final Lane-class subassembly in that group is evaluated.
I’m looking for a fully automatic, per-section, runtime solution—no manual flags—optimized for minimal performance overhead.
To further clarify, depending on the targeting- not all subassemblies are processed in every corridor section, so telling which is last has to be somehow done in runtime per-section.
Any ideas?