Message 1 of 3
Can we inject code in model which will re-run if certain geometry changes?

Not applicable
07-27-2018
10:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Let's say that we have the following model:
- Extrusion 1
- Extrusion 2 //it can be Revolve or anything else, of course.
- Extrusion 3
- Extrusion 4
- etc.
I want to execute code after Extrusion 4 and I want to base the Extrusion 5 upon the results of Extrusion 4.
I want to re-run the code above each time when the geometry defined by Extrusion 4 is modified.
Is this possible?