Brep.ExtrudeAddPattern (Region, Double, Plane, Double, Int32, Double, Int32) Method

Creates a rectangular pattern by extruding the specified region multiples times and adds it to the original Brep object.
Public Function ExtrudeAddPattern( _ 
ByVal region As Region, _ 
ByVal amount As Double, _ 
ByVal patternPln As Plane, _ 
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 ExtrudeAddPattern( 
Region region
double amount
Plane patternPln
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

patternPln
Plane

The plane used to create the rectangular pattern

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