LinearPath.IsPlanar Method

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

Parameters

tol
double

plane
devDept.Geometry.Plane

Return Value

bool

Implements

ICurve.IsPlanar

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition