Brep.ExtrudeRemovePattern (Region, Interval, 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 Interval, _ 
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
Interval amount
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
Interval

The extrusion amount

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