CadAddCircle
Creates a new circle and returns its handle.
YuHandle CadAddCircle (
YuHandle hDwg,
double X,
double Y,
double Z,
double Radius
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - X (double)
- World coordinate.
- Y (double)
- World coordinate.
- Z (double)
- World coordinate.
- Radius (double)
- Radius in world units.
Return Value
The handle of the newly created circle, or 0 on failure.