ICurve.IsLinear Method

Checks if the curve is linear.
Function IsLinear( _ 
ByVal tol As Double, _ 
ByRef line As Segment3D
) As Boolean
This language is not supported or no code example is available.
bool IsLinear( 
double tol
out Segment3D line 
)
This language is not supported or no code example is available.

Parameters

tol
double

The tolerance

line
Segment3D

The line where the curve lays

Return Value

bool

True if the curve lays on this plane, false otherwise.

Remarks
 
For LinearPath and CompositeCurve entities type this method gives as output the longest Segment3D contained inside the curve.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition