faces

open val faces: List<List<Int>>

A face is a list of indices into the points array.

All faces must have points ordered clockwise when looking from the outside of the object inwards.

Most shapes within FooCAD do not know their points nor faces, and instead rely on OpenSCAD's renderer. Currently, all shapes except Polyhedron (and transformations of Polyhedrons) throw NoFacesException