Jul 7, 2004 #1 Hmo Electrical Joined Nov 1, 2003 Messages 42 Location BE hi, i want to select drawings parts (lines, circles, ...) which are referenced into the current drawing. Is this possible with vba? Could someone tells me how then. HMO
hi, i want to select drawings parts (lines, circles, ...) which are referenced into the current drawing. Is this possible with vba? Could someone tells me how then. HMO
Jul 7, 2004 #2 CTruax Civil/Environmental Joined May 21, 2001 Messages 82 Location US From the command line you can type 'LIST' The list can be read with a text editor. From VB automation you can create a selection set of all the circles, or all the lines, etc. You would need to be more specific as to what/why you need to do. Upvote 0 Downvote
From the command line you can type 'LIST' The list can be read with a text editor. From VB automation you can create a selection set of all the circles, or all the lines, etc. You would need to be more specific as to what/why you need to do.