Code to run at end of section assembly group computation?

Code to run at end of section assembly group computation?

idoQEYMP
Advocate Advocate
156 Views
1 Reply
Message 1 of 2

Code to run at end of section assembly group computation?

idoQEYMP
Advocate
Advocate

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?

0 Likes
157 Views
1 Reply
Reply (1)
Message 2 of 2

essam-salah
Advisor
Advisor

Hi @idoQEYMP 

your question is not clear, the only thing that is clear to me is you want to know which SA (Subassembly) that has been used after some conditions/targets ? is that true?

add more data with pics so someone might help

0 Likes