Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / Inflate Method / Inflate(Double,Vector3D,Double) Method
The inflate amount
Normal of the plane where inflate occurs (normalized), it is useful for lines.
The tessellation tolerance

In This Topic
    Inflate(Double,Vector3D,Double) Method
    In This Topic
    Inflates this linear path of the desired amount.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal amount As Double, _
       ByVal planeNormal As Vector3D, _
       ByVal tol As Double _
    ) As ICurve()
    public ICurve[] Inflate( 
       double amount,
       Vector3D planeNormal,
       double tol
    )

    Parameters

    amount
    The inflate amount
    planeNormal
    Normal of the plane where inflate occurs (normalized), it is useful for lines.
    tol
    The tessellation tolerance

    Return Value

    The resulting array of closed contours. Use planeNormal only for lines.
    See Also