CADability dotNET
Assumes both this and toThis are closed Paths with the same number of segments. Changes this Path to start with the segment where the distance of corresponding vertices is minimal. The geometry of this curve will not be changed

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool BestCyclicalPosition(
	Path toThis
)
Visual Basic
Public Function BestCyclicalPosition ( _
	toThis As Path _
) As Boolean
Visual C++
public:
bool BestCyclicalPosition(
	Path^ toThis
)

Parameters

toThis
Type: CADability.GeoObject..::..Path
adapt to this path

Return Value

true, if condition is satisfied

See Also