Community
PowerMill Forum
Welcome to Autodesk’s PowerMill Forums. Share your knowledge, ask questions, and explore popular PowerMill topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

macro help : Use macro to select all reverse holes?

1 REPLY 1
SOLVED
Reply
Message 1 of 2
hx
Advocate
338 Views, 1 Reply

macro help : Use macro to select all reverse holes?

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

Holes.png

1 REPLY 1
Message 2 of 2
ondrej.mikulec
in reply to: hx

FOREACH $hol IN components($entity("Featureset","")) {

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

}

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report