Curve.IsPlanar Method

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

Parameters

tol
double

The tolerance

plane
Plane

The plane where the curve lays

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition