PlanarSurface.IsPlanar Method

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

Parameters

tol
double

The tolerance

pln
Plane

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition