Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / ExtrudeAsSolid3D Method / ExtrudeAsSolid3D(Interval,Double,Double) Method
The extrusion amount
The draft angle in radians
The regeneration tolerance

In This Topic
    ExtrudeAsSolid3D(Interval,Double,Double) Method
    In This Topic
    Extrudes the region to create a new Solid3D.
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAsSolid3D( _
       ByVal amount As Interval, _
       Optional ByVal angleInRadians As Double, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public Solid3D ExtrudeAsSolid3D( 
       Interval amount,
       double angleInRadians,
       double tolerance
    )

    Parameters

    amount
    The extrusion amount
    angleInRadians
    The draft angle in radians
    tolerance
    The regeneration tolerance

    Return Value

    >The resulting Solid3D object.
    See Also