Getting Entities X,Y
Posted: 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
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