Brep.ExtrudeAddPattern (Region, Interval, Double, Vector3D, Point3D, Double, Int32) Method

Creates a circular 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 Interval, _ 
ByVal draftAngleInRadians As Double, _ 
ByVal axis As Vector3D, _ 
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 ExtrudeAddPattern( 
Region region
Interval amount
double draftAngleInRadians
Vector3D axis
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

Extrusion amount

draftAngleInRadians
double

The draft angle in radians

axis
Vector3D

Circular pattern axis

center
Point3D

Circular pattern center

angleInRadians
double

Angle between each instance

number
int

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