Hi all
 
I am looking for so help with a macro that looks for a radius diameter
of a give size.
 
What I need help with is how to get this macro statement to run even when a radius of the same
diameter is hidden on another work plate.
 
Here is the macro statement
 
 
 
#NUMELS = TOTEL()
#ELNUM = 1
//    THIS SECTION FINDS THE ARCS WE NEED TO WORK WITH
WHILE(#ELNUM <= #NUMELS)
IF(( TYP(#ELNUM)=3), AND( RAD(#ELNUM)=#RA))
ELMT_GRP[AR=0, EL=#ELNUM]
PCHG_LY[LY=98, PN=2]
ENDIF
#ELNUM=#ELNUM+1
ENDW
NEW_GRP[]
MASK[LY="*", SH=0]
MASK[LY="98", SH=1]
REDRAW[]
 
Any help on this would be help full thanks
 
 
 
Brock

Reply via email to