AlignmentType

class compas_timber.fabrication.AlignmentType[source]

Bases: object

Enum for the alignment of the cut. Attributes ———- TOP : literal(“top”)

Top alignment.

BOTTOMliteral(“bottom”)

Bottom alignment.

LEFTliteral(“left”)

Left alignment.

RIGHTliteral(“right”)

Right alignment.

CENTERliteral(“center”)

Center alignment.