Creating Custom Symbols
You can create custom symbols to use in most annotations, tables, and dimensions in a SOLIDWORKS drawing.
Before you begin, you should back up the original symbol file, gtol.sym, located in drive letter:\lang\english. Browse to the file, make a copy of the file, and save it in a different directory so you can retrieve it if necessary.
Customizing a Symbol
In this example, you create a 3rd angle projection symbol consisting of two circles and six lines in the gtol.sym file.
To customize this symbol:
Understanding the GTOL.SYM File
In the file, categories of symbols are grouped together and each category contains multiple libraries and symbols.
Libraries are formatted as: #<Name of library>,<Description of library>.
Symbols are formatted as: *<Name of symbol>,<Description of symbol>.
Lines beginning with “A” define a portion of the geometrical shape of a symbol. Symbols often have more than one of these rows.
BOUND is a control variable for symbols in the gtol.sym file. BOUND controls horizontal spacing of a symbol within a row of text in notes and dimensions.
Semicolons precede commented rows (which are ignored).
Symbols are defined on a 1 x 1 imaginary square grid where 0,0 is the lower-left corner and 1,1 is the upper-right corner. They are not limited to this grid, however. You can also use numbers larger than 1.0 and smaller than 0.0.