Region.ExtrudeAsSolid (Double, Double) Method

Extrudes this region.
Public Function ExtrudeAsSolid( _ 
ByVal amount As Double, _ 
ByVal tolerance As Double
) As Solid
This language is not supported or no code example is available.
public Solid ExtrudeAsSolid( 
double amount
double tolerance 
)
This language is not supported or no code example is available.

Parameters

amount
double

Extrusion amount

tolerance
double

The regeneration tolerance

Return Value

Solid

The resulting Solid object.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition