Function: cdrop

Syntax

cdrop (<point>,<point1>,<num> {,<point2>})

Type

point

Returns

The point obtained from dropping a perpendicular from a point onto a circle.

Parameters

Examples

Drop a perpendicular to a circle in plan.

point pc = cdrop(myp,p0,500)

Drop a perpendicular to a circle in the X,Z plane.

point pc = cdrop(myp,gc,250,n:100)

See Also

Functions:

ldrop (point), pdrop (point)