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: 

Command to deselect Explorer selected toolpaths at the end of the macro.

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
john_lute
725 Views, 3 Replies

Command to deselect Explorer selected toolpaths at the end of the macro.

I have selected items in my toolpath folder and executed a verification macro using the following.

FOREACH item IN explorer_selected_entities() {
}

 

I do I turn off the selections or clear the value for the explorer_selected_entities() variable with a macro command?

Labels (1)
3 REPLIES 3
Message 2 of 4
rafael.sansao
in reply to: john_lute

Can you explain more what you want to do? To deselect you can use this:

EXPLORER SELECT TOOLPATH ROOT

 

Rafael Sansão

EESignature

Message 3 of 4
john_lute
in reply to: john_lute

john_lute_0-1613078479590.png

This is how the explorer looks after macro is complete. I want to make sure that the variable is empty. The command that you sent works perfectly, thanks.

Message 4 of 4
DG_APPS
in reply to: rafael.sansao

Is it possible to get list of selected folders in explorer?

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

Post to forums  

Autodesk Design & Make Report