Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
At the PM2017, How can I use macro to select the reverse holes, as the images show.
Solved! Go to Solution.
At the PM2017, How can I use macro to select the reverse holes, as the images show.
Solved! Go to Solution.
FOREACH $hol IN components($entity("Featureset","")) {
IF $hol.Axis[2] < 0 {
EDIT FEATURESET ; SELECT $hol
}
}