Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / ConvertToMesh Method
The devDept.Eyeshot.ViewportLayout

In This Topic
    ConvertToMesh Method (Text)
    In This Topic
    Converts the text to a list of meshes.
    Syntax
    'Declaration
     
    Public Overridable Function ConvertToMesh( _
       ByVal viewportLayout As ViewportLayout, _
       Optional ByVal skipNormals As Boolean _
    ) As Mesh()
    public virtual Mesh[] ConvertToMesh( 
       ViewportLayout viewportLayout,
       bool skipNormals
    )

    Parameters

    viewportLayout
    The devDept.Eyeshot.ViewportLayout
    skipNormals

    Return Value

    The list of meshes.
    Exceptions
    ExceptionDescription
    Thrown when the text to convert has an SHX font style.
    See Also