CADability dotNET
Returns the i-th curve of the path. Do not modify this curve or the path will be in an invalid state. For the number of curves see CurveCount.

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

Syntax

C#
public ICurve Curve(
	int Index
)
Visual Basic
Public Function Curve ( _
	Index As Integer _
) As ICurve
Visual C++
public:
ICurve^ Curve(
	int Index
)

Parameters

Index
Type: System..::..Int32
Index of the desired curve

Return Value

The curve with the given index

See Also