TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: xiaxiang on November 09, 2010, 02:04:00 AM

Title: Need help--How can I separate mass overlapping text?
Post by: xiaxiang on November 09, 2010, 02:04:00 AM
Just thought I would throw this one out there, in the hope someone may have some clever way to separate masses of single overlapping text.
Thanks a lot!
Maybe this one
Title: Re: Need help--How can I separate mass overlapping text?
Post by: roy_043 on November 09, 2010, 04:37:43 AM
When you say "separate" what do you mean?
What differentiates the current text entities?
Title: Re: Need help--How can I separate mass overlapping text?
Post by: xiaxiang on November 09, 2010, 04:46:17 AM
When you say "separate" what do you mean?
What differentiates the current text entities?
Maybe "Automatically avoid"
Title: Re: Need help--How can I separate mass overlapping text?
Post by: huiz on November 09, 2010, 05:34:29 AM
If the overlapping texts contain the same text and closely share the same insertion point, you can use the command OVERKILL to remove duplicates.
Title: Re: Need help--How can I separate mass overlapping text?
Post by: roy_043 on November 09, 2010, 05:42:46 PM
@ xiaxiang: What scenario would result in "masses of single overlapping text"?
Title: Re: Need help--How can I separate mass overlapping text?
Post by: cmwade77 on November 09, 2010, 08:00:47 PM
I can think of a few ways that this can happen. I too want to know more about what needs to be accomplished though to provide a decent suggestion.
Title: Re: Need help--How can I separate mass overlapping text?
Post by: xiaxiang on November 09, 2010, 09:15:34 PM
@ xiaxiang: What scenario would result in "masses of single overlapping text"?
When Translating from one language to another
Title: Re: Need help--How can I separate mass overlapping text?
Post by: roy_043 on November 10, 2010, 02:32:07 AM
@ xiaxiang: What scenario would result in "masses of single overlapping text"?
When Translating from one language to another
That's a very short scenario... Please be more specific.
Title: Re: Need help--How can I separate mass overlapping text?
Post by: ronjonp on November 10, 2010, 08:24:42 AM
Perhaps posting a sample drawing would help.
Title: Re: Need help--How can I separate mass overlapping text?
Post by: roy_043 on November 11, 2010, 01:29:02 PM
@ xiaxiang: Judging by the edit of your first post, you have solved it yourself. Great! Did you already have this code when you first posted and was this topic perhaps intended as a challenge?
Title: Re: Need help--How can I separate mass overlapping text?
Post by: xiaxiang on November 11, 2010, 07:34:40 PM
@ xiaxiang: Judging by the edit of your first post, you have solved it yourself. Great! Did you already have this code when you first posted and was this topic perhaps intended as a challenge?
I have this one,but This is not a program to my satisfaction.Certainly someone has a better routine.
Title: Re: Need help--How can I separate mass overlapping text?
Post by: cmwade77 on November 12, 2010, 11:25:42 AM
@ xiaxiang: Judging by the edit of your first post, you have solved it yourself. Great! Did you already have this code when you first posted and was this topic perhaps intended as a challenge?
I have this one,but This is not a program to my satisfaction.Certainly someone has a better routine.
What do you not like about this routine? It might help with coming up with a better one.