CADability dotNET
Creates a path from a list of properly connected curve objects. The curve objects will be removed from their owner (if there is a owner)

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

Syntax

C#
protected Path(
	ICurve[] connectedCurves
)
Visual Basic
Protected Sub New ( _
	connectedCurves As ICurve() _
)
Visual C++
protected:
Path(
	array<ICurve^>^ connectedCurves
)

Parameters

connectedCurves
Type: array<CADability.GeoObject..::..ICurve>[]()[][]
array of connected ICurve objects

See Also