File size: 544 Bytes
985c397 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # ASME Y14.2-2008 line element definitions
# NOTE: ASME Y14.2-2008 explicitly does not define the lengths of line elements,
# but recommends lengths that "depict the appropriate line convention commensurate
# with the drawing size and scale". The values used here are generally those
# from ISO128.
# NOTE: saving this file from a spreadsheet program (like LibreOffice Calc) may
# append empty cells to the ends of the lines. this can confuse FreeCAD.
# element name, length in pen widths
Dot,1
Gap,3
ShortDash,6
Dash,12
LongDash,24
Space,12
|