Surface.IsPlanar Method

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

Parameters

tol
double

The tolerance

plane
Plane

The surface plane

Return Value

bool

True if the surface is planar within tolerance, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition