LinearPath.ExtrudeAsBrep (Interval, Double, Double, Boolean, Double) Method

Create a base flange by offsetting and Extruding the curve after fillet the corners.
Public Function ExtrudeAsBrep( _ 
ByVal amount As Interval, _ 
ByVal bendRadius As Double, _ 
ByVal thickness As Double, _ 
Optional ByVal reverse As Boolean = false, _ 
Optional ByVal tolerance As Double = Brep.REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
public Brep ExtrudeAsBrep( 
Interval amount
double bendRadius
double thickness
bool reverse = false, 
double tolerance = Brep.REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

amount
Interval

The extrusion amount

bendRadius
double

The bend radius replacing the corners

thickness
double

The sheet metal thickness

reverse
bool

When true, it thickens the linear path in the opposite direction

tolerance
double

The tolerance

Return Value

Brep

A Brep object representing the resulting sheet metal. Null/Nothing if an error occured.

Remarks
 
The linear path must be planar.

.NET Framework

Supported in: 4.8

In this article

Definition