GBrep.ExtrudeAddPattern (GRegion, Double, Point3D, Double, Int32) Method

Creates a circular pattern by extruding the specified region multiples times and adds it to the original GBrep object.
Public Function ExtrudeAddPattern( _ 
ByVal region As GRegion, _ 
ByVal amount 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 ExtrudeAddPattern( 
GRegion region
double amount
Point3D center
double angleInRadians
int number 
)
This language is not supported or no code example is available.

Parameters

region
GRegion

The region to extrude

amount
double

Extrusion amount

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 GBrep object unmutated.

.NET Framework

Supported in: 4.7.2

In this article

Definition