keithlaser 发表于 2022-7-7 18:33:51

add point/node to multiple cir

I wanted to know if there is a way to add points/nodes to all the centers of all the circles in my drawing with only a few steps, vs picking 700 circles one at a time using( _point) command.
 
maybe there is a lisp for this?
 
Keith autocad mep 2012

fuccaro 发表于 2022-7-7 19:07:00

Not hard to do with a simple lisp. Are you sure you wish to insert POINTs? How about CENTERMARKs?

keithlaser 发表于 2022-7-7 19:54:42

I should have looked more I just found Leemac's post with Cir2pt lisp:oops: IT works perfect for what i need!
页: [1]
查看完整版本: add point/node to multiple cir