PlanarSurface.IsPlanar Method

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

Parameters

tol
double

The tolerance

pln
devDept.Geometry.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