yucad3d

CadGridPutBoldStep

Sets the bold step of the grid.

void CadGridPutBoldStep ( YuHandle hDwg, std::int32_t cx, std::int32_t cy );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
cx (std::int32_t)
Client-area size in pixels.
cy (std::int32_t)
Client-area size in pixels.

Return Value

None.

See Also