Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have a part with multiple bodies that i can turn on or off with ilogic.
after turning bodies on or off i want to change de supression/ visibility state of the depending features.
i got this al in code, but noticed something went wrong when creating a new feature.
after some logging i found out that ilogic doesn't find all the body names.
All bodies are made excectly the same (extrude feature) and turning them on or off also works fine.
no idea how this is possible, please help.
For Each oBody As SurfaceBody In ThisDoc.Document.componentdefinition.surfacebodies
Logger.Info(" " & oBody.Name)
Next
Solved! Go to Solution.