My! What a response to my directory print request. Just shows how many old (and not so old) windows hacks there are out there! : ) Thanks to all who replied.
Anyway, time for me to post another neat macro. I find this one very handy when working on a particular region of a large file, and I'm trying to select arcs with the "group arc" command. This macro allows you to group arcs out of a selected area only. To use it: -Group Box the entire area your working on. It doesn't matter what type of entities are in the group; tools, polylines, full arcs, partial arcs, etc. -Run the macro and type in the arc minimum and maximum radii at the prompts. Hit Enter. The macro will pick out only the arcs you want and leave them grouped, it will remove all other elements. Enjoy! Note: This macro only looks for full arcs. It can be modified if you like. Chris Kocourek Lightning Tool & Design /////////////////////////////////////////////////////////////////////////////// // Production_Milling 11.5 Macro File // SEL_ARC.mcl // CREATED: 11/09/99 // BY: Chris Kocourek // // NAME_GRP[GN="STRT_GRP", RM=0] ARC_GRP[AR=1, FA=1, NR="#MIN", XR="#MAX"] NAME_GRP[GN="MINUS_GRP", RM=0] NEW_GRP[] GET_GRP[GN="STRT_GRP"] GET_GRP[GN="MINUS_GR", AR=1] NAME_GRP[GN="MINUS_GR", RM=1] NAME_GRP[GN="STRT_GRP", RM=1] #MIN=1000000 #MAX=1000000 REDRAW[] //////////////////////////////////////////////////////////////////////////////// ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
