CADability dotNET
Initializes a new instance of the RuledSurface class

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

Syntax

C#
public RuledSurface(
	ICurve firstCurve,
	ICurve secondCurve
)
Visual Basic
Public Sub New ( _
	firstCurve As ICurve, _
	secondCurve As ICurve _
)
Visual C++
public:
RuledSurface(
	ICurve^ firstCurve, 
	ICurve^ secondCurve
)

Parameters

firstCurve
Type: CADability.GeoObject..::..ICurve
secondCurve
Type: CADability.GeoObject..::..ICurve

See Also