Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PlanarEntity Class / ExtrudeAsSurface Method
Extrusion amount

In This Topic
    ExtrudeAsSurface Method (PlanarEntity)
    In This Topic
    Extrude this planar entity along plane's Z-axis.
    Syntax
    'Declaration
     
    Public Overridable Function ExtrudeAsSurface( _
       ByVal amount As Double _
    ) As Surface
    public virtual Surface ExtrudeAsSurface( 
       double amount
    )

    Parameters

    amount
    Extrusion amount

    Return Value

    The resulting surface.
    See Also