Page 1 of 1

Getting Entities X,Y

Posted: 26 Nov 2008, 22:43
by aby
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

Re: Getting Entities X,Y

Posted: 01 Dec 2008, 16:10
by support
Hello Aby,

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

Sergey.