Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a flat pattern of a conveyor belt that is a segment of an circle with several holes in it. I am trying to do two things. First, I want to count the number of holes in the drawing. All holes are the same size. In AutoCAD this is fairly easy (although multiple steps). I know that if I use 'SELECT' and then 'FILTER' to only select circles, I get the answer. I originally wanted to create a custom button that would run through this, but found that a LISP routing was probably needed. Second, I am trying to select all (2 total) arcs larger than 1" radius and view the radii of each. Again, in AutoCAD, If I use 'LIST' and then filter to arcs larger than 1", I get the desired result. Again, I started to put the commands in a custom button, but probably need a LISP routine. Any help will be appreciated.
Solved! Go to Solution.