File size: 568 Bytes
985c397 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # ANSI Y14.2 standard line definitions
# 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.
# NOTE: ANSI does not number line definitions. The line numbers assigned here are an
# invention for our purposes
# line number, description, graphical element list
# equivalent to ISO #1
1,Continuous,n/a
# roughly ISO #2
2,Dashed,Gap,Dash,Gap
# roughly ISO #8
3,LongDashedDashed,LongDash,Gap,Dash,Gap
# roughly ISO #9
4,LongDashedDoubleDashed,LongDash,Gap,Dash,Gap,Dash,Gap
|