CompositeCurve.IsPlanar Method

Checks if the curve is planar.
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

The tolerance

plane
devDept.Geometry.Plane

The plane where the curve lies

Return Value

bool

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition