Does anyone know how to write a lisp file??
Does anyone know how to write a lisp file??
(OP)
I need to write a lisp file to count the number of certain blocks in a drawing. Does anyone know how to do this?? Thanks for the help.
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Does anyone know how to write a lisp file??
|
RE: Does anyone know how to write a lisp file??
What version of acad are you using? acad 2000 should have a program on the express menu.
Roberto.
RE: Does anyone know how to write a lisp file??
RE: Does anyone know how to write a lisp file??
Flores
RE: Does anyone know how to write a lisp file??
RE: Does anyone know how to write a lisp file??
"SELECT"
"(SSX)"
Pick the block you want to count
It says how many were found.
RE: Does anyone know how to write a lisp file??
RE: Does anyone know how to write a lisp file??
a.) Handles nested blocks and XREFs,
b.) Can write directly to an XLS or MDB file (if Excel or Access is installed),
c.) Can be saved to a template for frequent or similar extractions.