Click or drag to resize
IGeCurveIsLinear Method
Returns True if this curve is linear (including direction vector), otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool IsLinear(
	ref GeVector direction = null
)

Parameters

direction (Optional)
Type: FDF.Common.GeometriesGeVector

Return Value

Type: Boolean
Remarks