CADability dotNET

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

Syntax

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

Parameters

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

See Also