Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / Mesh Constructor / Mesh Constructor(natureType,edgeStyleType)
The mesh nature
The edge style

In This Topic
    Mesh Constructor(natureType,edgeStyleType)
    In This Topic
    Mesh nature and edge style constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal meshNature As Mesh.natureType, _
       ByVal edgeStyle As Mesh.edgeStyleType _
    )

    Parameters

    meshNature
    The mesh nature
    edgeStyle
    The edge style
    See Also