Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh.FaceCollection Class
Members

In This Topic
    Mesh.FaceCollection Class
    In This Topic
    Class that represents a collection of Mesh.FaceElement objects.
    Syntax
    'Declaration
     
    Public Class Mesh.FaceCollection 
       Inherits devDept.Eyeshot.EyeshotDisposableCollection(Of Mesh.FaceElement)
    public class Mesh.FaceCollection : devDept.Eyeshot.EyeshotDisposableCollection<Mesh.FaceElement> 
    Inheritance Hierarchy

    System.Object
             devDept.Eyeshot.Entities.Mesh.FaceCollection

    See Also