Transformation.PlanarProjection Method

Get transformation that projects to a plane. This transformation maps a 3D point P to the point plane.ClosestPointTo(Q).
Public Sub PlanarProjection( _ 
ByVal plane As Plane
)
This language is not supported or no code example is available.
public void PlanarProjection( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

Plane to project to

.NET Framework

Supported in: 4.8

In this article

Definition