Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / AddCharMesh Method

In This Topic
    AddCharMesh Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub AddCharMesh( _
       ByVal styleData As FontStyleData, _
       ByVal c As String, _
       ByRef transf As Transformation, _
       ByVal meshes As List(Of Mesh), _
       Optional ByVal skipNormals As Boolean _
    ) 
    protected static void AddCharMesh( 
       FontStyleData styleData,
       string c,
       ref Transformation transf,
       List<Mesh> meshes,
       bool skipNormals
    )

    Parameters

    styleData
    c
    transf
    meshes
    skipNormals
    See Also