Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / ExtrudeAsSolid Method / ExtrudeAsSolid<T>(Double,Double) Method
Extrusion amount
The regeneration tolerance

In This Topic
    ExtrudeAsSolid<T>(Double,Double) Method
    In This Topic
    Extrudes this region.
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAsSolid(Of T As {New, Solid})( _
       ByVal amount As Double, _
       ByVal tolerance As Double _
    ) As T
    public T ExtrudeAsSolid<T>( 
       double amount,
       double tolerance
    )
    where T: new(), Solid

    Parameters

    amount
    Extrusion amount
    tolerance
    The regeneration tolerance

    Type Parameters

    T

    Return Value

    The resulting Solid object.
    See Also