buildPiece

fun Model.buildPiece(pieceName: String?): Shape3d

Builds a piece by looking for a method called pieceName with a Piece annotation.

Classes such as WrappedModel can use the PiecesModel, to define the piece names in an alternate fashion.