Region.Pocket (Double, cornerType, Double, Double) Method

Pocket function for NC toolpaths.
Public Function Pocket( _ 
ByVal amount As Double, _ 
ByVal ct As cornerType, _ 
ByVal miterLimit As Double, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Pocket( 
double amount
cornerType ct
double miterLimit
double tol 
)
This language is not supported or no code example is available.

Parameters

amount
double

Signed offset amount

ct
cornerType

Corner type

miterLimit
double

The higher the miter limit setting, the sharper the corner can be while retaining its miter.

tol
double

Regeneration tolerance

Return Value

ICurve[]

An array of curves.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition