| lcEntGetPoint | Home |
|
BOOL lcEntGetPoint ( HANDLE hEnt, double Dist, double* pX, double* pY, double* pAngle ); |
| hEnt | |
| Handle to an entity. | |
| Dist | |
| Distance from beginning. | |
| pX pY | |
| Pointers to variables that will receive the found point coordinates. | |
| pAngle | |
| Pointer to variable that will receive tangent angle at the found point. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcEntGetDist |