Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / PlanarProjection Method
Plane to project to

In This Topic
    PlanarProjection Method
    In This Topic
    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