pdrop (<point>,<point1>,<point2>)
point
The point obtained by dropping a perpendicular from a point onto a plane.
<point>
Point from which
to drop the perpendicular.
<point1>
A point on the
plane.
<point2>
The normal to the
plane.
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))
Functions: |