LinearPath.Pocket (Double, Plane, cornerType) Method

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

Parameters

amount
double

Offset amount (positive)

pln
Plane

Toolpath pln

ct
cornerType

Corner type

Return Value

ICurve[]

An array of curves.

Remarks
 
The linear path must be closed and must have counterclockwise orientation with respect to the Z axis of the plane.

.NET Framework

Supported in: 4.8

In this article

Definition