Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Mesh Constructor / Mesh Constructor(Mesh)

In This Topic
    Mesh Constructor(Mesh)
    In This Topic
    Empty constructor. For internal use only. Mesh nature is set to Plain.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Mesh _
    )
    protected Mesh( 
       Mesh another
    )

    Parameters

    another
    See Also