yucad3d

CadSetTextOblique

Sets the oblique of the text entity.

double CadSetTextOblique ( YuHandle hDwg, double Angle );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
Angle (double)
Angle in radians, counter-clockwise from the +X axis (the host angle unit can be changed with CAD_GL_ANGUNITS).

Return Value

The numeric value.

See Also