Eyeshot 10 WinForms API Reference
PlanarProjection Method

WinForms Assembly > devDept.Geometry Namespace > Transformation Class : PlanarProjection Method
Plane to project to
Get transformation that projects to a plane. This transformation maps a 3D point P to the point plane.ClosestPointTo(Q).
Syntax
'Declaration
 
Public Sub PlanarProjection( _
   ByVal plane As Plane _
) 
public void PlanarProjection( 
   Plane plane
)

Parameters

plane
Plane to project to
See Also

Reference

Transformation Class
Transformation Members