 AcDbTable::hitTest (AcGePoint3d&, AcGeVector3d&, double, double, int&, int&) |
This function performs a hit test for the specified point and viewing direction. The cell hit by the ray will be returned in the output arguments resultRowIndex and resultColumnIndex. Returns true if a table set is hit; otherwise, returns false. |
AcDbTable::hitTest (AcGePoint3d&, AcGeVector3d&, double, double, int&, int&, int&, AcDb::TableHitItem&) |
This function performs a hit test for the specified point and viewing direction. The cell hit by the ray will be returned in the output arguments resultRowIndex and resultColumnIndex. Returns true if a table set is hit; otherwise, returns false. |