Eyeshot 11 WPF API Reference
WPF 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