macro help : Use macro to select all reverse holes?

macro help : Use macro to select all reverse holes?

hx
Advocate Advocate
441 Views
1 Reply
Message 1 of 2

macro help : Use macro to select all reverse holes?

hx
Advocate
Advocate

At the PM2017, How can I use macro to select the reverse holes, as the images show.

Holes.png

0 Likes
Accepted solutions (1)
442 Views
1 Reply
Reply (1)
Message 2 of 2

ondrej.mikulec
Advocate
Advocate
Accepted solution
FOREACH $hol IN components($entity("Featureset","")) {

	IF $hol.Axis[2] < 0 {
		EDIT FEATURESET ; SELECT $hol
	}

}