+ All Categories
Home > Documents > Making Custom Symbols in SolidWorks

Making Custom Symbols in SolidWorks

Date post: 09-Dec-2015
Category:
Upload: ajay-bhaarath
View: 238 times
Download: 2 times
Share this document with a friend
Description:
Custom symbols
Popular Tags:
16
1 3DS.COM © Dassault Systèmes | Confidential Information | 6/12/22 | ref.: 3DS_Document_2012 3DS.COM © Dassault Systèmes | Confidential Information | 6/12/22 | ref.: 3DS_Document_2012 Making Custom Symbols in SolidWorks For Drawings and Annotations By: Matthew Lorono Drawings Definition Product Manager DS SolidWorks Corp
Transcript
Page 1: Making Custom Symbols in SolidWorks

1

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

123D

S.C

OM

© D

assa

ult S

ystè

mes

| Co

nfid

entia

l Inf

orm

atio

n | 1

2/9/

2014

| re

f.: 3

DS_D

ocum

ent_

2012

Making Custom Symbols in SolidWorksFor Drawings and Annotations

By: Matthew Lorono Drawings Definition Product ManagerDS SolidWorks Corp

Page 2: Making Custom Symbols in SolidWorks

2

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Symbols for drawings and annotations

Making Custom Symbols in SolidWorks

SolidWorks has many standard symbols for annotations.

This include symbols such as Centerline, Diameter, Plus/Minus, Counterbore, Profile, etc.

Page 3: Making Custom Symbols in SolidWorks

3

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Some symbols are added automatically to annotations and dimensions, such as:

Making Custom Symbols in SolidWorks

Diameter and Counterbore in hole callouts.

Geometric Tolerance symbols are in feature control frames.

Page 4: Making Custom Symbols in SolidWorks

4

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Symbols may be added to most annotations and dimensions with Symbols button

Making Custom Symbols in SolidWorks

Symbols button is available for:Annotations

Tables

Dimensions, Hole Callouts and other areas as “More…”

Page 5: Making Custom Symbols in SolidWorks

5

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Symbols are inserted as tags into annotations and dimensions

Making Custom Symbols in SolidWorks

<MOD-DIAM>

Category Symbol

This is what you see in Dimension edit field and in the Edit Text in Window dialog.

Page 6: Making Custom Symbols in SolidWorks

6

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Symbols are organized on a file called GTOL.SYM

Making Custom Symbols in SolidWorks

Symbols are divided into categories within the GTOL.SYM, such as Hole Symbols, Geometric Tolerancing, etc

GTOL.SYM is located in the <install folder>\lang\english

Example: C:\Program files\SolidWorks Corp\SolidWorks\lang\english\GTOL.SYM

Page 7: Making Custom Symbols in SolidWorks

7

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Use Notepad to edit GTOL.SYM

Making Custom Symbols in SolidWorks

GTOL.SYM is a text file that can be edited with any text file editor, such as Notepad.Categories of symbols are grouped together in the file, similar to how they are displayed in the Symbol dialog.

;; ---------------------------------------------------------------------------;; Geometric Tolerancing Symbols (per ASME Y14.5-1994)#GTOL,Geometric Tolerancing*ANGULAR,AngularityA,LINE .0,.072,1.5,.938A,LINE .0,.072,1.5,.072*BETW,BetweenA,POLY .0,.5,.8,.2,.8,.8A,LINE .8,.5,2.2,.5A,POLY 2.2,.2,2.2,.8,3.,.5*CIRC,Circularity(roundness)A,CIRCLE .75,.5,.75

Page 8: Making Custom Symbols in SolidWorks

8

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Each row of text in GTOL.SYM starts with an identification

Making Custom Symbols in SolidWorks

Semi-Colon “ ; ” is a comment row (ignored). Rows that begin with a semi-colon are generally used as dividers between categories.

Pound “ # ” is the start of a category. This row consists of a tag name, followed by a comma and the full name of the category. All symbols that follow a particular pound row are a part of that category.

Asterisk “ * ” is the start of a symbol. This row consists of a tag name, followed by a comma and the full name of the symbol.

Letter “ A ” identifies a row that defines a portion of the geometrical shape of a symbol. Symbols may have more than one A row.

Page 9: Making Custom Symbols in SolidWorks

9

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Shapes used to make symbols are simple

Making Custom Symbols in SolidWorks

Symbols must be simple geometric shapes formed with lines, arcs, circles, polylines and alphanumeric characters, in the following formats:

A,LINE xStart,yStart,xEnd,yEnd

A,CIRCLE xCenter,yCenter,radius

A,ARC xCenter,yCenter,radius,startAngle,endAngle

A,SARC xCenter,yCenter,radius,startAngle,endAngle

A,TEXT xLowerLeft,yLowerLeft,<letter(s)>

A,POLY x1,y1,x2,y2,x3,y3

Page 10: Making Custom Symbols in SolidWorks

10

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Symbols are defined on a 1,1 square grid

Making Custom Symbols in SolidWorks

Symbols exist on an imaginary grid space where 0,0 is the lower left corner and 1,1 is the upper right corner.

Symbols are not limited to this grid space. Larger numbers than 1.0 are allowed. Negative numbers also work.

1.0 represents the height of a font as it is used in SolidWorks. An uppercase letter is slightly smaller then 1.0

0,0

1,1

E

Page 11: Making Custom Symbols in SolidWorks

11

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Task: Create 3rd angle projection symbol

Making Custom Symbols in SolidWorks

Sketch the new symbol on a grid.

1,1

0,0

2,10.5, 0.5

.25 radius

.46 radiusX=0.5, Y=0

X=0.5, Y=1

X=0 Y=0.5

X=2 Y=0.5

1.3,.25 1.88,.08

1.3,.75 1.88,.08

Page 12: Making Custom Symbols in SolidWorks

12

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Let’s try this

Making Custom Symbols in SolidWorks

*Third,Third Angle Projection

A,Circle .5,.5,.46

A,Circle .5,.5,.25

A,Line 0,.5,2,.5

A,Line .5,0,.5,1

A,Line 1.3,.75,1.88,.92

A,Line 1.3,.25,1.88,.08

A,Line 1.3,.25,1.3,.75

A,Line 1.88,.08,1.88,.92X is not 1.3

Page 13: Making Custom Symbols in SolidWorks

13

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Let’s make adjustments and try this

Making Custom Symbols in SolidWorks

*Third,Third Angle Projection

A,Circle .5,.5,.46

A,Circle .5,.5,.25

A,Line 0,.5,2,.5

A,Line .5,0,.5,1

A,Line 1.1,.75,1.88,.92

A,Line 1.1,.25,1.88,.08

A,Line 1.1,.25,1.1,.75

A,Line 1.88,.08,1.88,.92

Try 1.1 instead of 1.3 for X

Page 14: Making Custom Symbols in SolidWorks

14

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

To affect changes to existing symbols, SolidWorks must be closed and restarted

Making Custom Symbols in SolidWorks

SolidWorks loads the GTOL.SYM file at the time of launch. It is not reloaded during the session.

This means that SolidWorks must be exited and restarted in order to see updates to symbols in the GTOL.SYM file.

Page 15: Making Custom Symbols in SolidWorks

15

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12

Take note:

Making Custom Symbols in SolidWorks

Each person who uses your documents will need to have their own copy of your custom GTOL.SYM in their local SolidWorks install folder.

Always make backup copies of content files that you edit!Backup originals!

Backup your custom edits too!

Page 16: Making Custom Symbols in SolidWorks

16

3DS.

CO

M ©

Das

saul

t Sys

tèm

es |

Conf

iden

tial I

nfor

mat

ion

| 12/

9/20

14 |

ref.:

3DS

_Doc

umen

t_20

12


Recommended