Text.create_text_curves_for_element
- Text.create_text_curves_for_element(element)[source]
This returns translated and scaled curves which correspond to the text and the element the text is engraved on.
- Parameters:
- element
compas_timber.elements.Beam The beam on which the text is engraved.
- element
- Returns:
- list[
compas.geometry.Curve] The curves representing the text.
- list[