CadAddArcContinue
Arc tangent-continuing from hEnt's end point to (Xe,Ye).
YuHandle CadAddArcContinue (
YuHandle hDwg,
YuHandle hEnt,
double Xe,
double Ye,
double Z
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hEnt (YuHandle)
- Handle to the entity.
- Xe (double)
- Numeric value (double precision).
- Ye (double)
- Numeric value (double precision).
- Z (double)
- World coordinate.
Return Value
The handle of the newly created arc, or 0 on failure.