Point.IsPlanar Method

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

Parameters

tol
double

plane
Plane

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition