CadAddHatchPoint
Creates a new hatch — point and returns its handle.
std::int32_t CadAddHatchPoint (
YuHandle hDwg,
double X,
double Y,
double Z
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - X (double)
- World coordinate.
- Y (double)
- World coordinate.
- Z (double)
- World coordinate.
Return Value
The handle of the newly created hatch, or 0 on failure.