GSolid.ExtrudeRemove (GRegion, Double, Double, out GSolid()) Method

Modifies current gSolid extruding a contour by a given amount and removing.
Public Function ExtrudeRemove( _ 
ByVal region As GRegion, _ 
ByVal amount As Double, _ 
ByVal tolerance As Double, _ 
ByRef leftOvers As GSolid() _ 
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemove( 
GRegion region
double amount
double tolerance
out GSolid[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

region
GRegion

The GRegion to extrude

amount
double

Extrusion amount

tolerance
double

GEntity region needs to be converted to gSolid, this is the conversion tolerance

leftOvers
GSolid[]

The other gSolids that may result from the remove operation

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.7.2

In this article

Definition