Description
Projects the 3D point with respect to the plane without direction vector.
C#
public Point3d OrthoProject( Plane plane );
Visual Basic
Public Function OrthoProject( plane As Plane ) As Point3d
Parameters
| Parameters | Description |
|---|---|
| Plane plane | Input plane |