Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Octant Class / TrianglesIndices Property

In This Topic
    TrianglesIndices Property
    In This Topic
    Gets the indices of the triangles stored in the current octant (the triangles in the children are not included).
    Syntax
    'Declaration
     
    Public ReadOnly Property TrianglesIndices As Integer()
    public int[] TrianglesIndices {get;}
    See Also