yucad3d

CadTextGetPoint0

Point0 = the first/baseline-left origin.

void CadTextGetPoint0 ( YuHandle hEnt, double* pX, double* pY, double* pZ );

Parameters

hEnt (YuHandle)
Handle to the entity.
pX (double*)
Receives the coordinate (caller-supplied double*).
pY (double*)
Receives the coordinate (caller-supplied double*).
pZ (double*)
Receives the coordinate (caller-supplied double*).

Return Value

None.

Remarks

We store a single alignment point; for left/baseline alignment it equals Point (honest for the common case).

See Also