Results 1 to 6 of 6

Thread: How can I get rid of extra text style?

  1. #1
    100 Club
    Join Date
    2004-02
    Posts
    109
    Login to Give a bone
    0

    Default How can I get rid of extra text style?

    Hello,

    I have a block named VALVE_GATE.DWG (attached).
    This block consists of 4 lines and there should be nothing else.
    There is no text in the block drawing (at least none I can find).
    In the block drawing there is text style Standard which should be there.
    Text style Standard is always there and can't be purged.
    I understand this.

    But there is also text style SIMPLEX.
    I would like to purge text style SIMPLEX from the drawing but cannot.
    I am unable to figure out where this text style is used.
    If anyone out there has a minute to look at the attached VALVE_GATE.DWG
    and offer insite as to how to remove text style SIMPLEX I'd appreciate it.

    Thank you,
    Steve
    Attached Files Attached Files

  2. #2
    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: How can I get rid of extra text style?

    SIMPLEX is the current text style.
    Your current dimstyle calls the SIMPLEX text style.
    Perhaps your table style also calls the same text style?

  3. #3
    100 Club
    Join Date
    2004-02
    Posts
    109
    Login to Give a bone
    0

    Default Re: How can I get rid of extra text style?

    You brought up a good point. I took another look at the block.
    My current text style is Standard.
    My dim style was using text style SIMPLEX so I changed it use Standard.
    I did the same thing for my mleader style Standard and my table style Standard.
    All default text, dim, leader and table styles all use text style Standard for their text.
    I still cannot purge text style SIMPLEX.
    If anybody has another suggestion I'd welcome it.
    I've reattached VALVE_GATE.DWG with all styles set to Standard if anyone wants to see.

    Thanks,
    Steve
    Attached Files Attached Files

  4. #4
    Certifiable AUGI Addict tedg's Avatar
    Join Date
    2005-06
    Location
    in the upper right corner
    Posts
    3,507
    Login to Give a bone
    0

    Default Re: How can I get rid of extra text style?

    Quote Originally Posted by steven.a.chestnut View Post
    You brought up a good point. I took another look at the block.
    My current text style is Standard.
    My dim style was using text style SIMPLEX so I changed it use Standard.
    I did the same thing for my mleader style Standard and my table style Standard.
    All default text, dim, leader and table styles all use text style Standard for their text.
    I still cannot purge text style SIMPLEX.
    If anybody has another suggestion I'd welcome it.
    I've reattached VALVE_GATE.DWG with all styles set to Standard if anyone wants to see.

    Thanks,
    Steve
    Not really sure what the heck, I tried everything you tried.
    I even tried renaming the style "Standard" to something else, and then renaming the style "Simplex" to "Standard", but then I couldn't delete the other one (formerly Standard), it's like they're tied together. Also, I noticed that the "Standard" style was annotative and "Simplex" wasn't.

    I tried W-Blocking it out (by selecting the 4 lines) but that didn't help. The only way I was able to get rid of the "Simplex" style was to copy clip the 4 lines, open a brand new (generic) dwg and paste to original coodinates.

    The style SIMPLEX was gone!!


  5. #5
    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: How can I get rid of extra text style?

    Quote Originally Posted by tedg View Post
    The only way I was able to get rid of the "Simplex" style was to copy clip the 4 lines, open a brand new (generic) dwg and paste to original coodinates.

    The style SIMPLEX was gone!!

    I tried that ten times but SIMPLEX is still there in nine cases.
    Once, it worked.

  6. #6
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: How can I get rid of extra text style?

    I saved it as DXF, opened it with an ASCII editor and removed:
    Code:
    STYLE
      5
    22
    330
    21
    100
    AcDbSymbolTableRecord
    100
    AcDbTextStyleTableRecord
      2
    SIMPLEX
     70
         0
     40
    0.0
     41
    1.0
     50
    0.0
     71
         0
     42
    0.125
      3
    SIMPLEX.shx
      4
      0
    It worked although I can't figure out why I couldn't delete it in the drawing since there wasn't any other reference.

    I've got 'Merge Text Styles' with a dialog box that works even in more complex situations:
    http://www.cadtutor.net/forum/showth...057#post214057
    With 'txtmrg.dvb' in my support path I use the macro
    Code:
    ^P(COMMAND "-vbarun" "txtmrg.dvb!RuntimeEvents.stylemerge")
    to fire it up. One of my favorite downloads.

Similar Threads

  1. Keep the extra text added to a dimension when we move the whitness line.
    By Wish List System in forum Revit Structure - Wish List
    Replies: 1
    Last Post: 2013-11-10, 08:05 AM
  2. Isolate Selected Text Style or Dim Style
    By Wish List System in forum AutoCAD Wish List
    Replies: 4
    Last Post: 2013-01-20, 05:10 AM
  3. Lock Text Height in Dimension Style when Text Style Height is Not 0
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2013-01-16, 04:55 AM
  4. Room tag- extra text border
    By cbalestreri in forum Revit Architecture - Families
    Replies: 2
    Last Post: 2012-06-15, 04:30 PM
  5. keynote with extra instance text
    By cdsuggs in forum Revit Architecture - Families
    Replies: 2
    Last Post: 2009-02-03, 02:33 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
  •