RevolvedSurface.IsPlanar Method

Checks if the surface is planar.
Public Overrides Function IsPlanar( _ 
ByVal tol As Double, _ 
ByRef plane 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 plane 
)
This language is not supported or no code example is available.

Parameters

tol
double

The tolerance

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