ICurve.ExtrudeAsSurface (Vector3D) Method

Extrudes this curve along the specified direction.
Function ExtrudeAsSurface( _ 
ByVal amount As Vector3D
) As Surface()
This language is not supported or no code example is available.
Surface[] ExtrudeAsSurface( 
Vector3D amount 
)
This language is not supported or no code example is available.

Parameters

amount
Vector3D

Extrusion direction and lenght

Return Value

Surface[]

The list of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition