How to avoid overlapping of programmatically created Mtext.

How to avoid overlapping of programmatically created Mtext.

Anonymous
Not applicable
533 Views
1 Reply
Message 1 of 2

How to avoid overlapping of programmatically created Mtext.

Anonymous
Not applicable

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.

 

0 Likes
534 Views
1 Reply
Reply (1)
Message 2 of 2

augusto.goncalves
Alumni
Alumni

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
Twitter @augustomaia
Autodesk Developer Network
0 Likes