AcMapQueryPE:: getPointsOnEntity Method
Get any physical point on the entity to check whether it is inside location boundary or outside.
virtual Acad::ErrorStatus getPointsOnEntity( AcGePoint3dArray & pts, AcDbEntity * pEnt );
Parameters |
Description |
pts |
Output a set of points. |
pEnt |
The entity. |
Returns
Returns Acad::eOk on success.
Remarks
In case of complex geometry (like multi-point or multi-line) the function should return multiple points, one point per subgeometry. Default getStretchPoint() rarely gives the right result.
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].