Plane.DistanceTo Method

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

Parameters

point
Point3D

Return Value

double

The distance

.NET Framework

Supported in: 4.8

In this article

Definition