Solid.ExtrudeAdd (Region, Double, Double, Double, Double, Solid()) Method

Modifies current solid extruding a contour by a given vector and adding.
Public Function ExtrudeAdd( _ 
ByVal region As Region, _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal tolerance As Double, _ 
ByRef leftOvers As Solid() _ 
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeAdd( 
Region region
double x
double y
double z
double tolerance
out Solid[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

region
Region

The Region to extrude

x
double

Extrusion amount along the axis X

y
double

Extrusion amount along the axis Y

z
double

Extrusion amount along the axis Z

tolerance
double

Entity region needs to be converted to solid, this is the conversion tolerance

leftOvers
Solid[]

The other solids that may result from the add operation

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition