Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ExtrudeText Method / ExtrudeText(Text,Double,Double,Boolean) Method
Entity text
Entity text needs to be converted to Solid type, this is the conversion tolerance (chordal error).
Extrusion amount
Closing Caps on both ends

In This Topic
    ExtrudeText(Text,Double,Double,Boolean) Method
    In This Topic
    Extrudes a text creating an array of new solids.
    Syntax
    'Declaration
     
    Public Overloads Function ExtrudeText( _
       ByVal text As Text, _
       ByVal tolerance As Double, _
       ByVal amount As Double, _
       ByVal endCaps As Boolean _
    ) As Solid()
    public Solid[] ExtrudeText( 
       Text text,
       double tolerance,
       double amount,
       bool endCaps
    )

    Parameters

    text
    Entity text
    tolerance
    Entity text needs to be converted to Solid type, this is the conversion tolerance (chordal error).
    amount
    Extrusion amount
    endCaps
    Closing Caps on both ends

    Return Value

    The created array of solids.
    See Also