Getting Entities X,Y
Moderators: SDS, support, admin
Getting Entities X,Y
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
Re: Getting Entities X,Y
Hello Aby,
Unfortunately there is no such functionality. It is necessary to create new algorithm.
Sergey.
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
Chat support on Skype: cadsofttools.support