• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Valued Contributor
    Posts: 58
    Registered: ‎09-03-2012

    How to avoid overlapping of programmatically created Mtext.

    93 Views, 1 Replies
    12-11-2012 09:45 PM

    How to avoid overlapping of programmatically created Mtext.

     

    I have createdMtext for the points present the dwg file, so that they get displayed as labels.

     

    But when there are some densely located points, these points overlay and cannot be read. The font size also adjusted. Then too there are lot of overlapping.

    How to avoid overlapping of programmatically created Mtext. 

    thanks.

     

    Please use plain text.
    ADN Support Specialist
    Posts: 150
    Registered: ‎04-30-2009

    Re: How to avoid overlapping of programmatically created Mtext.

    12-14-2012 09:47 AM in reply to: newautocad123

    Hi,

     

    The MText don't have a property for it...but you can create it, get the bounding box, then select using this coordinates, if the selection find any other text, then is overlapping, so you change the position and try again.

     

    What do you think?

    Regards,



    Augusto Goncalves
    Autodesk Developer Network
    Please use plain text.