CADability dotNET
Returns a Shell composed of connected faces that describes the ruled surface which is described by a line synchronously connecting the two CurveDrives.

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

Syntax

C#
public static Shell RuledSurface(
	CurveDrive wire1,
	CurveDrive wire2
)
Visual Basic
Public Shared Function RuledSurface ( _
	wire1 As CurveDrive, _
	wire2 As CurveDrive _
) As Shell
Visual C++
public:
static Shell^ RuledSurface(
	CurveDrive^ wire1, 
	CurveDrive^ wire2
)

Parameters

wire1
Type: CADability..::..CurveDrive
First wire
wire2
Type: CADability..::..CurveDrive
Second wire

Return Value

Shell describing the ruled surface

See Also