Region.Pocket (Double, cornerType, Double) Method

Pocket function for NC toolpaths.
Public Function Pocket( _ 
ByVal amount As Double, _ 
ByVal ct As cornerType, _ 
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 tol 
)
This language is not supported or no code example is available.

Parameters

amount
double

Signed offset amount

ct
cornerType

Corner type

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