Point3D.DistanceTo (Plane) Method

Computes the point to plane signed distance.
Public Function DistanceTo( _ 
ByVal plane As Plane
) As Double
This language is not supported or no code example is available.
public double DistanceTo( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

Return Value

double

The distance between this 3D point and its projection on the plane.

.NET Framework

Supported in: 4.8

In this article

Definition