Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dimensions list?

Status
Not open for further replies.

clutchd

Structural
Joined
Apr 21, 2005
Messages
1
Location
GB
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
 
Not a list automatically. But to create a dimension, you can add them to an object and they will show up next to the object. Then you can create lists or "blocks" on a drawing to show dimension values that you input. Would this be a direction you could go?

"Everybody is ignorant, only on different subjects." — Will Rogers
 
The good news:
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top