ICurve.ExtrudeAsSurface (Vector3D, Double, Double) Method

Extrudes this curve along the specified direction with a draft angle.
Function ExtrudeAsSurface( _ 
ByVal amount As Vector3D, _ 
ByVal draftAngleInRadians As Double, _ 
ByVal tolerance As Double
) As Surface()
This language is not supported or no code example is available.
Surface[] ExtrudeAsSurface( 
Vector3D amount
double draftAngleInRadians
double tolerance 
)
This language is not supported or no code example is available.

Parameters

amount
Vector3D

Extrusion direction and lenght

draftAngleInRadians
double

Signed draft angle in radians

tolerance
double

Required for non-perpendicular extrusion directions

Return Value

Surface[]

The list of resulting surfaces.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition