Documentation
    Preparing search index...

    Interface IWireframeDrawable

    No description provided.

    interface IWireframeDrawable {
        getWireframeFaces(): WireframeFaces;
    }

    Implemented by

    Index
    • An array of faces. Each face is represented by an array of points. Faces will be drawn as a closed-loop polyline that will join the last point to the first.

      Returns WireframeFaces