Dimensions list?
Dimensions list?
(OP)
Hi there,
I work for a theatre company and use autocad for design and build purposes. I'm very new to the software, and was wondering whether there is a function that will provide you with a list of dimensions and the frequency with which they occur within a design, eg - '1123mm X 43'?
This would certainly make life a whole lot easier!!
Any help would be most appreciated,
Thanks in advance!
Clutch
I work for a theatre company and use autocad for design and build purposes. I'm very new to the software, and was wondering whether there is a function that will provide you with a list of dimensions and the frequency with which they occur within a design, eg - '1123mm X 43'?
This would certainly make life a whole lot easier!!
Any help would be most appreciated,
Thanks in advance!
Clutch





RE: Dimensions list?
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: Dimensions list?
http://www.resourcecad.com ~ for your CAD solutions
RE: Dimensions list?
LISP or VBA can create a list of dimension objects, step through them, create an array of valuse and count the number of occurances. This is well within the capability of both languages.
The bad news:
I do not have a sample program or the time to rough one out.