Brep.AddFlange Method

Adds a sheet metal flange to the specified edge.
Public Function AddFlange( _ 
ByVal edgeIndex As Integer, _ 
ByVal radius As Double, _ 
ByVal amount As Double, _ 
Optional ByVal angle As Double = Math.PI / 2 _ 
) As Boolean
This language is not supported or no code example is available.
public bool AddFlange( 
int edgeIndex
double radius
double amount
double angle = Math.PI / 2 
)
This language is not supported or no code example is available.

Parameters

edgeIndex
int

The edge index

radius
double

The bend radius

amount
double

The bend length

angle
double

The bend angle

Return Value

bool

True if the operation succeeded. False otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition