yucad3d

CadLinePutPoint1

Sets the point1 of the line.

void CadLinePutPoint1 ( YuHandle hEnt, double X, double Y, double Z );

Parameters

hEnt (YuHandle)
Handle to the entity.
X (double)
World coordinate.
Y (double)
World coordinate.
Z (double)
World coordinate.

Return Value

None.

See Also