Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Triangles Property

In This Topic
    Triangles Property (Surface)
    In This Topic
    Gets tessellation triangles array.
    Syntax
    'Declaration
     
    Public ReadOnly Property Triangles As IndexTriangle()
    public IndexTriangle[] Triangles {get;}
    See Also