CADability dotNET
Initializes a new instance of the SweptPlanarCurve class

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

Syntax

C#
protected SweptPlanarCurve(
	ICurve2D basisCurve
)
Visual Basic
Protected Sub New ( _
	basisCurve As ICurve2D _
)
Visual C++
protected:
SweptPlanarCurve(
	ICurve2D^ basisCurve
)

Parameters

basisCurve
Type: CADability.Curve2D..::..ICurve2D

See Also