CADability dotNET

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

Syntax

C#
public ICurve2D Parallel(
	double Dist,
	bool approxSpline,
	double precision,
	double roundAngle
)
Visual Basic
Public Function Parallel ( _
	Dist As Double, _
	approxSpline As Boolean, _
	precision As Double, _
	roundAngle As Double _
) As ICurve2D
Visual C++
public:
virtual ICurve2D^ Parallel(
	double Dist, 
	bool approxSpline, 
	double precision, 
	double roundAngle
) sealed

Parameters

Dist
Type: System..::..Double
approxSpline
Type: System..::..Boolean
precision
Type: System..::..Double
roundAngle
Type: System..::..Double

Return Value

Implements

ICurve2D..::..Parallel(Double, Boolean, Double, Double)

See Also