Surface.Ruled Method

Creates a surface connecting linearly two curves.
Public Shared Function Ruled( _ 
ByVal first As ICurve, _ 
ByVal second As ICurve
) As Surface
This language is not supported or no code example is available.
public static Surface Ruled( 
ICurve first
ICurve second 
)
This language is not supported or no code example is available.

Parameters

first
ICurve

First curve

second
ICurve

Second curve

Return Value

Surface

The resulting surface if the operation succeeds, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition