@kazfukuoka wrote:
Hi Kerry, I am wishing for a fully automatic way.
The "entities of interest" is created by my program.
In case user interaction is allowed,
I could use jig to let user select a good space.
Yes, I was going to suggest using an MTEXT Jig to place the notation ( with a leader if needed )
This could fairly easily be built into the workflow loop
loop {
zoom to area of interest
create "entities of interest"
invoke Jig for relevant MText
}
Added: Link : perhaps something like this from Gilles
https://forums.autodesk.com/t5/net/how-to-crate-mtext-and-visible-with-the-cursor-amp-exit-when/m-p/...
Added afterthought: Even if you are able to develop a full automatic smart process you'll probably want/need to check processed object and each MText notation. . . . so there may not be much difference in total time spent . . . .except for the simpler code development 😀
Regards,
// Called Kerry or kdub in my other life.
Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub
NZST UTC+12 : class keyThumper<T> : Lazy<T>; another Swamper