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