CADability dotNET
Makes this path represent the given list if all objects in that list are properly oriented and connected. If the objects do not connect, false will be returned and this path remains unchanged.

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

Syntax

C#
public bool Set(
	ICurve[] connectedCurves
)
Visual Basic
Public Function Set ( _
	connectedCurves As ICurve() _
) As Boolean
Visual C++
public:
bool Set(
	array<ICurve^>^ connectedCurves
)

Parameters

connectedCurves
Type: array<CADability.GeoObject..::..ICurve>[]()[][]
new contents of this path

Return Value

true on success, false on failure

See Also