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

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

Parameters

amount
Signed offset amount
pln
Toolpath pln
ct
Corner type

Return Value

An array of curves.
Remarks
For open linear paths, different corner types are not supported.
See Also

Reference

LinearPath Class
LinearPath Members
Overload List