Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Regen Method / Regen(RegenParams) Method

In This Topic
    Regen(RegenParams) Method
    In This Topic
    This method is used for several purposes. For example in arcs and circles is used to generate the curve's linear approximation, in meshes to compute normals and edges and in Nurbs surfaces to generate the triangulation.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Regen( _
       ByVal data As RegenParams _
    ) 
    public virtual void Regen( 
       RegenParams data
    )

    Parameters

    data
    See Also