Region.ExtrudeAsSurface (Double) Method

Extrudes a region creating a new Surface.
Public Function ExtrudeAsSurface( _ 
ByVal amount As Double
) As Surface()
This language is not supported or no code example is available.
public Surface[] ExtrudeAsSurface( 
double amount 
)
This language is not supported or no code example is available.

Parameters

amount
double

Extrusion amount

Return Value

Surface[]

>The resulting Surface array.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition