Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / ExtrudeAdd Method / ExtrudeAdd(Region,Double,Double) Method
The region
The extrusion amount
The draft angle in radians

In This Topic
    ExtrudeAdd(Region,Double,Double) Method
    In This Topic
    Extrudes the specified region with a draft angle and adds it to the original Solid3D object.
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAdd( _
       ByVal reg As Region, _
       ByVal amount As Double, _
       ByVal angleInRadians As Double _
    ) As Boolean
    public bool ExtrudeAdd( 
       Region reg,
       double amount,
       double angleInRadians
    )

    Parameters

    reg
    The region
    amount
    The extrusion amount
    angleInRadians
    The draft angle in radians

    Return Value

    True if the operation is successful, false otherwise keeping the Solid3D object unmutated.
    See Also