Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / ExtrudeAsSolid3D Method / ExtrudeAsSolid3D(Line,Double) Method

In This Topic
    ExtrudeAsSolid3D(Line,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeAsSolid3D( _
       ByVal line As Line, _
       Optional ByVal tolerance As Double _
    ) As Solid3D
    public Solid3D ExtrudeAsSolid3D( 
       Line line,
       double tolerance
    )

    Parameters

    line
    tolerance
    See Also