IGCurve.ExtrudeAsSurface (GLine) Method

Extrudes this igCurve along the specified direction.
Function ExtrudeAsSurface( _ 
ByVal gLine As GLine
) As GSurface()
This language is not supported or no code example is available.
GSurface[] ExtrudeAsSurface( 
GLine gLine 
)
This language is not supported or no code example is available.

Parameters

gLine
GLine

Extrusion direction and length as GLine

Return Value

GSurface[]

The list of resulting gSurfaces.

.NET Framework

Supported in: 4.7.2

In this article

Definition