Point.IsInPlane Method

Public Function IsInPlane( _ 
ByVal plane As Plane, _ 
ByVal tol As Double
) As Boolean
This language is not supported or no code example is available.
public bool IsInPlane( 
Plane plane
double tol 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

tol
double

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition