Eyeshot 10 WinForms API Reference
Inflate(Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > LinearPath Class > Inflate Method : Inflate(Double,Double) Method
The inflate amount
The tessellation tolerance
Inflates this linear path of the desired amount.
Syntax
'Declaration
 
Public Overloads Function Inflate( _
   ByVal amount As Double, _
   ByVal tol As Double _
) As ICurve()
public ICurve[] Inflate( 
   double amount,
   double tol
)

Parameters

amount
The inflate amount
tol
The tessellation tolerance

Return Value

The resulting array of closed contours.
See Also

Reference

LinearPath Class
LinearPath Members
Overload List