Message 1 of 6
Faster way to edit hole features in macro?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently working on a macro that fixes holes by combining stacked components of a hole that are the same diameter, but when iterating though all of the separated hole features and selecting the specific component that needs to be edited it slows down quite a bit when there is 500+ components.
the snippet of code that I am using for this is below.
EDIT FEATURESET $HFN select $firstfeature
EDIT FEATURESET ; FEATURE SELECTED COMPONENT SELECTED DEPTH $combineddepth
EDIT FEATURESET ; DESELECT ALL
I feel like I'm missing a way to edit a depth of a hole feature component without having to select it first.
thanks.