Print Page | Close Window

How to count words in a drawing?

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4051
Printed Date: 17.May.2026 at 12:18


Topic: How to count words in a drawing?
Posted By: alex5908
Subject: How to count words in a drawing?
Date Posted: 22.Jul.2010 at 18:08
Hi there,

I am a translator. I want to count words in a drawing and charge a customer according to the number of words. I do not know anything about macros so this option will not suit me. I tried dxf2text but the program reads: Dfx2text is not recognized as an internal or external command. Are there any other simple ways to count words in a drawing?



Replies:
Posted By: Cad64
Date Posted: 23.Jul.2010 at 03:26
This is not really something that is important to do in a CAD drawing, so there is no built in functionality to do so. You can use the QSELECT command to select Text or Mtext in the drawing, but this will select strings of text, and report back the number of text strings in the drawing that are selected. But it won't count individual words.
 
Maybe you could give this lisp routine a try: http://www.jefferypsanders.com/autolisp_WORDS.html" rel="nofollow - http://www.jefferypsanders.com/autolisp_WORDS.html


-------------
Online Portfolio: http://www.rdeweese.com/" rel="nofollow - http://www.rdeweese.com/



Print Page | Close Window