Highlight entity
Moderators: SDS, support, admin
Highlight entity
I need find entity and then highlight it.
Could you help me?
Thanks in advance
Regards
DBianchi
Could you help me?
Thanks in advance
Regards
DBianchi
Re: Highlight entity
Hello.
CAD Import .NET doesn't support highlighting in usual meaning (lightly colored area around element). Selected entities visualized with different line type. An entity can be found in a collection and selected. Please specify a criteria for the search. An entity can be also selected visually.
Alexander.
CAD Import .NET doesn't support highlighting in usual meaning (lightly colored area around element). Selected entities visualized with different line type. An entity can be found in a collection and selected. Please specify a criteria for the search. An entity can be also selected visually.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Highlight entity
thanks for reply. user request is search a text and, if found, highlight it.
i have implemented method for search and work fine. There's a method for ensure visible an object?
Thanks
D.Bianchi
i have implemented method for search and work fine. There's a method for ensure visible an object?
Thanks
D.Bianchi
Re: Highlight entity
Hello.
CADText entity is visible on drawing if both CADText.Visible and CADText.Visibility have true value. You can also check text's presence on screen using CADText.Box and CADImage.GetPoint method.
Alexander.
CADText entity is visible on drawing if both CADText.Visible and CADText.Visibility have true value. You can also check text's presence on screen using CADText.Box and CADImage.GetPoint method.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support