Community
Hello,
I want to be able to select rads in corners and be able to put a min and max size so i can pick them out using a swarf toolpath before finishing the pocket walls. I have tired to use the the rad selector but it picks up the fillets too. Is there a possiblity of a macro to do this incoperatin the rad selector.
Thanks
Solved! Go to Solution.
Solved by rafael.sansao. Go to Solution.
REAL minRad = INPUT "Enter Minimum radius."
REAL maxRad = INPUT "Enter Maximum radius."
GRAPHICS LOCK
EDIT MODEL ALL DESELECT ALL
EDIT SELECTIONTOOLS MODEL ALL FORM SELECTMINRAD
VIEW MODEL ; MINTOOLRAD $minRad
FORM APPLY SELECTMINRAD
CREATE LEVEL ; MODELCOMPSET
EDIT LEVEL # ACQUIRE SELECTED
VIEW MODEL ; MINTOOLRAD $maxRad
FORM APPLY SELECTMINRAD
EDIT LEVEL # DESELECT ALL
PURGE LEVEL # YES
FORM ACCEPT SELECTMINRAD
GRAPHICS UNLOCK
Rafael Sansão
Can't find what you're looking for? Ask the community or share your knowledge.