LinearPath.QuickOffset (Double, Plane) Method

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

Parameters

amount
double

Signed offset amount

pln
Plane

Toolpath pln

Return Value

ICurve[]

An array of curves.

.NET Framework

Supported in: 4.8

In this article

Definition