Function: pdrop

Syntax

pdrop (<point>,<point1>,<point2>)

Type

point

Return

The point obtained by dropping a perpendicular from a point onto a plane.

Parameters

Examples

Get a point interactively then drop a perpendicular from it to the Y-Z plane through the modeling origin.

point p = pdrop(pcur,p0,(1,0,0))

See Also

Functions:

cdrop (point), ldrop (point)