Eyeshot 10 WinForms API Reference
QuickOffset(Double,Plane) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class > QuickOffset Method : QuickOffset(Double,Plane) Method
Signed offset amount
Toolpath pln
Quick offset function for NC toolpaths.
Syntax
'Declaration
 
Public Overloads Function QuickOffset( _
   ByVal amount As Double, _
   ByVal pln As Plane _
) As ICurve()
public ICurve[] QuickOffset( 
   double amount,
   Plane pln
)

Parameters

amount
Signed offset amount
pln
Toolpath pln

Return Value

An array of curves.
See Also

Reference

LinearPath Class
LinearPath Members
Overload List