Getting Entities X,Y

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
aby
Posts: 81
Joined: 21 May 2007, 13:02
Location: Turkey

Getting Entities X,Y

Post by aby » 26 Nov 2008, 22:43

Hi Sergey,


How are you. It's a long time that I'ven't post anything.

We can get entity by

CadImg = dynamic_cast<Cadimage::TsgCADImage *> (DwgNavigator->Picture->Graphic);
return reinterpret_cast<TsgDXFEntity *> (CadImg->SelectionMatrix->Matrix[X][Y]);

It's working great. But this is returning only one entity. if there is entities I want to get them beneath of X,Y:

Is there any posibility to get entities in a given point?

Thanks

Aby

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Re: Getting Entities X,Y

Post by support » 01 Dec 2008, 16:10

Hello Aby,

Unfortunately there is no such functionality. It is necessary to create new algorithm.

Sergey.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply