CadPlineGetDistPoint
Returns the dist point of the polyline.
std::int32_t CadPlineGetDistPoint (
YuHandle hEnt,
double Dist,
double* pX,
double* pY,
double* pZ,
double* pAngle
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- Dist (double)
- Distance / chainage along the object, in drawing units.
- pX (double*)
- Receives the coordinate (caller-supplied
double*). - pY (double*)
- Receives the coordinate (caller-supplied
double*). - pZ (double*)
- Receives the coordinate (caller-supplied
double*). - pAngle (double*)
- Caller-supplied output pointer.
Return Value
The dist point.