Results 1 to 5 of 5

Thread: Table with entries linked to Text entities

  1. #1
    Member
    Join Date
    2007-03
    Posts
    12
    Login to Give a bone
    0

    Default Table with entries linked to Text entities

    Hi Guys,

    Anyone has a clue / guidance for creating a table which has entries that are linked to some text entities elsewhere in the same drawing ? Such that the entries in the table update automatically upon changes made in the text entries ... I am talking about "hundreds" of entries ...

    P.S. Never mind a table, just a plain text field would do.

    The typical usage : when creating schedules for items on a drawing (like lighting fixtures, doors, circuit breakers in a panel etc.). You normally attach a number to each entity as it appears in the drawing, then I have a small LISP routine that collects the numbers into a table (schedule) and we add extra info for each item. Thus far so good, BUT if (or WHEN !) we make a change in the numbers for one reason or the other, we have to update the schedules ... having that done automatically would be great.

    Thanks in advance ...

  2. #2
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Table with entries linked to Text entities

    Is there anyway you can change your procedure to use the built in AutoCAD schedule creator. It creates a table based on entities in the drawing and automatically updates it when something changes. maybe someone with more experience with data extraction will be able to help you. I believe the command is EATTEXT and from what I learned at CAD camp, I believe this will do exactly what you are looking for.

  3. #3
    Certified AUGI Addict cadtag's Avatar
    Join Date
    2000-12
    Location
    Cairo - no, not Illinois
    Posts
    5,069
    Login to Give a bone
    0

    Default Re: Table with entries linked to Text entities

    Use a field in the table, and for field properties use Object properties, select the text, and choose "Contents". You can use the format options to force case changes, so the text in the drawing could be UPPER CASE, and the text in the field could be Title Case automagically

    since the File is in a Mtext entity, it can also use a separate text style or size.

  4. #4
    AUGI Addict jpaulsen's Avatar
    Join Date
    2002-04
    Location
    Colorado
    Posts
    2,020
    Login to Give a bone
    0

    Default Re: Table with entries linked to Text entities

    If you make the text in the table a field it will work. The field will be defined as an object field see below. I was going to post the drawing but I only have the beta at home.

    I don't know how to create the field using lisp but at least this will get you started in the right direction.
    Attached Images Attached Images

  5. #5
    Member
    Join Date
    2007-03
    Posts
    12
    Login to Give a bone
    0

    Talking Re: Table with entries linked to Text entities

    Thanks to all y'guys,

    FIELDS worked like a breeze !!! Just finished trying it out.
    Only snag - is that they update only after regens, but no problem ... still AWsome. Thanks again.

Similar Threads

  1. 2010: AutoCAD Table Linked to Excel, Text Does Not Plot by Color, is too light
    By SwizzleStick in forum AutoCAD Tables
    Replies: 5
    Last Post: 2015-06-12, 04:27 PM
  2. change a text in table 1 and automated modifi in table 2
    By bbogc694889 in forum AutoCAD Fields
    Replies: 0
    Last Post: 2015-04-20, 02:35 PM
  3. 2009: Differentiate text entities from mtext entities
    By samirjoshi in forum AutoCAD General
    Replies: 4
    Last Post: 2012-01-16, 11:08 AM
  4. Linked Excel table not showig ACA Text style
    By ccaron in forum ACA General
    Replies: 5
    Last Post: 2009-06-02, 06:52 PM
  5. Text entities not there.....
    By Coolmo in forum AutoCAD General
    Replies: 12
    Last Post: 2008-05-07, 12:13 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
  •