Click or drag to resize
IGeCurveIsParallelTo Method
Returns True if this curve is parallel to specified curve, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
bool IsParallelTo(
	IGeCurve other
)

Parameters

other
Type: FDF.Common.GeometriesIGeCurve

Return Value

Type: Boolean
Remarks