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

In This Topic
    PostRegen Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub PostRegen( _
       ByVal data As RegenParams, _
       ByVal myVertices As IList(Of Point3D) _
    ) 
    protected void PostRegen( 
       RegenParams data,
       IList<Point3D> myVertices
    )

    Parameters

    data
    myVertices
    See Also