yucad3d

CadAttPutPoint

Sets the point of the block attribute.

void CadAttPutPoint ( 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