Eyeshot 10 WinForms API Reference
Offset(Double,Double,Boolean) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > Offset Method : Offset(Double,Double,Boolean) Method
Signed offset amount
Tolereance
If false, offset curves are connected with an arc.
Offsets the region of the specified amount.
Syntax
'Declaration
 
Public Overloads Function Offset( _
   ByVal amount As Double, _
   ByVal tolerance As Double, _
   ByVal sharp As Boolean _
) As ICurve()
public ICurve[] Offset( 
   double amount,
   double tolerance,
   bool sharp
)

Parameters

amount
Signed offset amount
tolerance
Tolereance
sharp
If false, offset curves are connected with an arc.

Return Value

The offset curves of the region contours.
See Also

Reference

Region Class
Region Members
Overload List