NoFacesException

class NoFacesException(val shape: Shape3d) : Exception

Most 3D shapes do not know their Shape3d.points nor Shape3d.faces, and throw this exception when either are accessed. Most 3D shapes rely on OpenSCAD's renderer.

Polyhedron, and transformations of Polyhedron are currently the only shapes which have points and faces known to FooCAD

Constructors

Link copied to clipboard
constructor(shape: Shape3d)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard