Results 1 to 6 of 6

Thread: lisp change Mtext bylayer internal

  1. #1
    Member
    Join Date
    2017-08
    Posts
    6
    Login to Give a bone
    0

    Default lisp change Mtext bylayer internal

    Hello,

    Is there a lisp that change Mtext internal/external to bylayer and also when it is in a block?
    Last edited by marcolamng754222; 2017-09-21 at 06:49 PM.

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

    Default Re: lisp change Mtext bylayer internal

    What properties are you trying to change? Color? Plotstyle? Text Style?

  3. #3
    Member
    Join Date
    2017-08
    Posts
    6
    Login to Give a bone
    0

    Default Re: lisp change Mtext bylayer internal

    Quote Originally Posted by Tom Beauford View Post
    What properties are you trying to change? Color? Plotstyle? Text Style?
    the color has to go bylayer

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

    Default Re: lisp change Mtext bylayer internal

    You need StripMtext dialog box routine that strips internal formats from Mtext.
    StripMtext can remove the following types of formatting:

    Alignment
    Background Masks
    Color
    Columns
    Fields (converts fields to static text)
    Font
    Height
    Line Feed (newline, line break, carriage return)
    Non-breaking Space
    Obliquing
    Overline
    Paragraph (embedded justification, line spacing, indents)
    Stacking
    Tabs
    Tracking
    Underline
    Width

    Look for new stable releases at:
    http://cadabyss.wordpress.com/

    More information may also be found at:
    https://www.theswamp.org/index.php?topic=31584.0
    http://www.theswamp.org/ Subforum: "Show your stuff", Subject: "StripMtext v5"

    Works for tables as well.

  5. #5
    Member
    Join Date
    2017-08
    Posts
    6
    Login to Give a bone
    0

    Default Re: lisp change Mtext bylayer internal

    Quote Originally Posted by Tom Beauford View Post
    You need StripMtext dialog box routine that strips internal formats from Mtext.
    StripMtext can remove the following types of formatting:

    Alignment
    Background Masks
    Color
    Columns
    Fields (converts fields to static text)
    Font
    Height
    Line Feed (newline, line break, carriage return)
    Non-breaking Space
    Obliquing
    Overline
    Paragraph (embedded justification, line spacing, indents)
    Stacking
    Tabs
    Tracking
    Underline
    Width

    Look for new stable releases at:
    http://cadabyss.wordpress.com/

    More information may also be found at:
    https://www.theswamp.org/index.php?topic=31584.0
    http://www.theswamp.org/ Subforum: "Show your stuff", Subject: "StripMtext v5"

    Works for tables as well.
    That is right i have test it works good, but is there another way without selecting but instant change color bylayer?

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

    Default Re: lisp change Mtext bylayer internal

    Quote Originally Posted by cad2018 View Post
    That is right i have test it works good, but is there another way without selecting but instant change color bylayer?
    StripMtext works with pre-selected (griped) Mtext. You may also run it in a script or a lisp routine. There is documentation in the file for this as well.

Similar Threads

  1. MTEXT in Dimensions; Change to BYLAYER
    By ettore_c in forum AutoLISP
    Replies: 2
    Last Post: 2016-08-09, 07:32 PM
  2. Replies: 4
    Last Post: 2011-04-07, 09:23 AM
  3. Command to Change Color of Mtext to BYLAYER
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 8
    Last Post: 2010-01-22, 10:58 PM
  4. bylayer lisp
    By Elizabeth.Ragsdale in forum AutoCAD General
    Replies: 5
    Last Post: 2008-11-04, 05:30 AM
  5. Replies: 18
    Last Post: 2005-10-13, 06:06 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
  •