Results 1 to 5 of 5

Thread: Differentiate text entities from mtext entities

  1. #1
    Member
    Join Date
    2010-10
    Posts
    8
    Login to Give a bone
    0

    Smile Differentiate text entities from mtext entities

    Hi all,

    We have standard practice of using only Mtext in the drawing. Is there any method by which we can identify Text entities from Mtext entity. Something like tblsearch or ...... I don't know ! ! !

    Regards.

    Samir.

  2. #2
    All AUGI, all the time Richard McDonald's Avatar
    Join Date
    2002-01
    Location
    At right angles to reality
    Posts
    537
    Login to Give a bone
    0

    Default Re: Differentiate text entities from mtext entities

    I would research Qselect It is a very useful tool when it comes to bring drawings in line with standards.

    Regards

  3. #3
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Differentiate text entities from mtext entities

    For a quick initial check just window the entire drawing, go to the properties palette and click the item type list at the top to see if there are any text objects.

    edit: if TEXT doesn't appear in the list, the drawing is "clean".

  4. #4
    100 Club heinsite's Avatar
    Join Date
    2005-11
    Location
    Kona, Hawaii
    Posts
    138
    Login to Give a bone
    0

    Default Re: Differentiate text entities from mtext entities

    Quote Originally Posted by jaberwok View Post
    For a quick initial check just window the entire drawing, go to the properties palette and click the item type list at the top to see if there are any text objects.

    edit: if TEXT doesn't appear in the list, the drawing is "clean".
    Instead of Windowing you can also Ctrl-A the entire drawing to select everything. Then use the pull down at the top of the Properties palette to see what types of objects you have. If you want to get all Text objects in a new selection set (assuming you found some), click the QSelect icon in the upper right corner of the Properties palette. In the Quick Select dialog that comes up select Text for the Object type. For the Operator choose Select all (this is a just in case idea - you don't know for sure but things might be scattered on different layers or colors or whatever). And finally, at the bottom of the Quick Select dialog for the How to Apply, use the "Include in new selection set". When you click OK the only things in your drawing that will be selected will be just Text objects.

    From this point you can deal with them any way you like... probably running TXT2MTXT, or something like it and standardizing layers, styles, etc.

    Dave.
    Last edited by heinsite; 2012-01-14 at 08:19 AM.

  5. #5
    Member
    Join Date
    2010-10
    Posts
    8
    Login to Give a bone
    0

    Default Re: Differentiate text entities from mtext entities

    Quote Originally Posted by samirjoshi View Post
    Hi all,

    We have standard practice of using only Mtext in the drawing. Is there any method by which we can identify Text entities from Mtext entity. Something like tblsearch or ...... I don't know ! ! !

    Regards.

    Samir.
    Thanks to all for suggestions.
    I have developed an lsp file for identifying texts with fonts and heights, not matching to our standard.
    I have used tblsearch for extracting font name from text entities. This lisp identifies all undesirable texts and changes their color. I am looking for something same which I can include in the same lsp, so that user runs only one command and finds all types of errors in the texts of any drawing.

    Regards.

Similar Threads

  1. SHP text entities
    By barrett.alistair in forum AutoCAD Map 3D - Import/Export
    Replies: 1
    Last Post: 2010-10-25, 10:01 PM
  2. Text entities not there.....
    By Coolmo in forum AutoCAD General
    Replies: 12
    Last Post: 2008-05-07, 12:13 PM
  3. Replies: 1
    Last Post: 2006-04-23, 06:16 PM
  4. Replies: 0
    Last Post: 2005-07-08, 06:05 PM
  5. Marking Edited TEXT/MTEXT Entities
    By relysoft in forum AutoLISP
    Replies: 6
    Last Post: 2004-12-06, 10:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •