VB.Net Delete certain extrusions
Not applicable
02-19-2018
05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there
I am adding extrusions to part documents via vb.net. The modified parts are then used to build an assembly.
The problem is, that for the next assembly the parts should be "clean" again.
My question now is what's the best way to delete only the extrusions created during the modification (there are extrusions in the clean version which should not be deleted).
I thought of assigning each extrusion a name, and later check for the names to delete them. However this would result in a lot of code lines.
Is there a way to, I don't know, set a property or something and then simply check all Extrusions (with an For Each Loop) and delete those with that property?
