ICurve.ExtrudeAsSolid (Double, Double, Double, Double) Method

Extrudes this curve along the specified direction.
Function ExtrudeAsSolid( _ 
ByVal dx As Double, _ 
ByVal dy As Double, _ 
ByVal dz As Double, _ 
ByVal tolerance As Double
) As Solid
This language is not supported or no code example is available.
Solid ExtrudeAsSolid( 
double dx
double dy
double dz
double tolerance 
)
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

tolerance
double

If some entities need to be regenerated, this is the regeneration tolerance (chordal error).

Return Value

Solid

The resulting solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition