Brep.ExtrudeRemovePattern (Region, Double, Double, Double, Int32, Double, Int32) Method

Creates a rectangular pattern by extruding the specified region multiples times and removes it from the original Brep object.
Public Function ExtrudeRemovePattern( _ 
ByVal region As Region, _ 
ByVal amount As Double, _ 
ByVal angleInRadians As Double, _ 
ByVal spacingX As Double, _ 
ByVal numberX As Integer, _ 
ByVal spacingY As Double, _ 
ByVal numberY As Integer
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemovePattern( 
Region region
double amount
double angleInRadians
double spacingX
int numberX
double spacingY
int numberY 
)
This language is not supported or no code example is available.

Parameters

region
Region

The region to extrude

amount
double

The extrusion amount

angleInRadians
double

The draft angle in radians

spacingX
double

The spacing between pattern instances for plane X direction

numberX
int

The number of pattern instances for plane X direction

spacingY
double

The spacing between pattern instances for plane Y direction

numberY
int

The number of pattern instances for plane Y direction

Return Value

bool

True if the operation succeeded, false otherwise keeping the Brep object unmutated.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition