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

Quick offset function for NC toolpaths.
Public Function QuickOffset( _ 
ByVal amount As Double, _ 
ByVal pln As devDept.Geometry.Plane, _ 
ByVal ct As cornerType
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] QuickOffset( 
double amount
devDept.Geometry.Plane pln
cornerType ct 
)
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

Return Value

ICurve[]

An array of curves.

Remarks
 
For open linear paths, different corner types are not supported.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition