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

Creates a circular 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 draftAngleInRadians As Double, _ 
ByVal center As Point3D, _ 
ByVal angleInRadians As Double, _ 
ByVal number As Integer
) As Boolean
This language is not supported or no code example is available.
public bool ExtrudeRemovePattern( 
Region region
double amount
double draftAngleInRadians
Point3D center
double angleInRadians
int number 
)
This language is not supported or no code example is available.

Parameters

region
Region

The region to extrude

amount
double

The extrusion amount

draftAngleInRadians
double

The draft angle in radians

center
Point3D

The circular pattern center

angleInRadians
double

The angle between each instance

number
int

The number of instances

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