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

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

    Parameters

    text
    Entity text
    tolerance
    Entity text needs to be converted to Mesh type, this is the conversion tolerance (chordal error).
    amount
    Extrusion amount
    endCaps
    Closing Caps on both ends
    meshNature
    Nature of the resulting mesh entity

    Return Value

    The created array of meshes.
    See Also