|
Here is the macro that I use.
// Advanced_Wedm 11.0 Windows 02/19/98 15:39:49 Macro File // W:\MCL\GA.mcl // CREATED: 05/11/98 // // This macro Group Arc groups FULL arcs by their DIAMETER sizes // that you enter. Note that this macro will only select FULL arcs. // // Instructions: // Using the Insert Property bar, Insert After Element, and choose an arc // by clicking on it.Then run the macro. // The arc that you clicked on is the size that is used to select all the // other arc(s) with the same diameter in the rest of the .PM4 file. // //PAUSE[TX="The so far so good macro pause!", LR=10, LC=5, SR=2, SC=40, PT=1] VAR_REMOVE_ALL[]
#MIN=rad(seqel()) #MAX=rad(seqel())
ARC_GRP[AR=0, FA=0, NR=abs(#MIN), XR=abs(#MAX) ]// FA=0 All arcs
Regards, Michael Senack
-----Original Message-----
Selecting same Dia. holes
If I remember correctly there was a macro that allows selection of same Dia. circles for processing. I can not find it at the moment.
Could someone tell me where to look or suggests a better way of filtering circles with the same Dia.
Thank you for your time.
Regards, |
- [mfg-smartcam] Selecting same Dia. holes gary
- RE: [mfg-smartcam] Selecting same Dia. holes John Coulston
- RE: [mfg-smartcam] Selecting same Dia. holes Pete Ruehle
- Michael Senack
