GBrep.ExtrudeRemove (Sketch, Double) Method

Extrudes the specified sketch and removes it from the original GBrep object.
Public Function ExtrudeRemove( _ 
ByVal sketch As Sketch, _ 
ByVal amount As Double
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemove( 
Sketch sketch
double amount 
)
This language is not supported or no code example is available.

Parameters

sketch
Sketch

The sketch.

amount
double

The extrusion amount.

Return Value

bool

True if the operation is successful, false otherwise keeping the GBrep object unmutated.

.NET Framework

Supported in: 4.7.2

In this article

Definition