AlignmentType
- class compas_timber.fabrication.AlignmentType[source]
Bases:
objectEnum 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.