CADability dotNET

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

Syntax

C#
public ICurve2D[] GetPart(
	double startParam,
	double endParam,
	bool forward
)
Visual Basic
Public Function GetPart ( _
	startParam As Double, _
	endParam As Double, _
	forward As Boolean _
) As ICurve2D()
Visual C++
public:
array<ICurve2D^>^ GetPart(
	double startParam, 
	double endParam, 
	bool forward
)

Parameters

startParam
Type: System..::..Double
endParam
Type: System..::..Double
forward
Type: System..::..Boolean

See Also