ICurve.ExtrudeAsSurface (Double, Double, Double) Method

Extrudes this curve along the specified direction.
Function ExtrudeAsSurface( _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
ByVal dz As Double
) As Surface()
This language is not supported or no code example is available.
Surface[] ExtrudeAsSurface( 
double dx
double dy
double dz 
)
This language is not supported or no code example is available.

Parameters

dx
double

Extrusion amount along the X axis

dy
double

Extrusion amount along the Y axis

dz
double

Extrusion amount along the Z axis

Return Value

Surface[]

The list of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition