Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / ExtrudeAdd Method / ExtrudeAdd(Region,Double,Double,Solid[]) Method
The Region to extrude
Extrusion amount
Entity region needs to be converted to solid, this is the conversion tolerance
The other solids that may result from the add operation

In This Topic
    ExtrudeAdd(Region,Double,Double,Solid[]) Method
    In This Topic
    Modifies current solid extruding a contour by a given amount and adding.
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAdd( _
       ByVal region As Region, _
       ByVal amount As Double, _
       ByVal tolerance As Double, _
       ByRef leftOvers As Solid() _
    ) As Boolean
    public bool ExtrudeAdd( 
       Region region,
       double amount,
       double tolerance,
       out Solid[] leftOvers
    )

    Parameters

    region
    The Region to extrude
    amount
    Extrusion amount
    tolerance
    Entity region needs to be converted to solid, this is the conversion tolerance
    leftOvers
    The other solids that may result from the add operation

    Return Value

    True if the operation is successful, false otherwise.
    See Also