LinearPath.Pocket (Double, devDept.Geometry.Plane, cornerType, Double, Double) Method

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

Parameters

amount
double

Signed offset amount

pln
devDept.Geometry.Plane

Toolpath pln

ct
cornerType

Corner type

tol
double

Tolerance, used only with Round corners.

miterLimit
double

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

Return Value

ICurve[]

An array of curves.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition