Skip to content
Shapemetry

Model - faceEntity producers

Every producer whose return is faceEntity[] — what it creates is concatenated into the entity stream. Authored as a step in an objects[] chain.

MethodDescriptionArgTypeDefaultMeaning
barcodeBarcode — A string as scannable barcode geometry: filled faces (one per bar) in the XY plane spanning Width × Height. Symbology picks the STANDARD, not a style — there is exactly one correct rendering per string. Quiet zones are not emitted (a margin is absence of ink): leave clear space around the placement, at least 10 module widths either side.textstring'AIM1234'The string to encode; single-quote the literal. code128 carries ASCII 32..126 — anything else is an error, never a substitution.
symbologystring'code128'The barcode standard. 'code128' (ISO/IEC 15417) is the only one implemented.
widthlength50Total symbol width in mm (bars only, no quiet zone).
heightlength15Bar height in mm.
Last updated: 📖 1 min readEdit on GitHub