lcEntGetPoint Home

Retrieves a point on a entity outline by distance from beginning.
The function works with the following entity types: Line, Polyline, Arc, Circle

 BOOL lcEntGetPoint (
   HANDLE hEnt,
   double Dist,
   double* pX,
   double* pY,
   double* pAngle
 );

Parameters
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.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcEntGetDist