Is there a convention to use (0, 0, 0) as the center of a CAD drawing? If so, why? Wouldn't it be easier to use (0, 0, 0) as the bottom left corner and start drawing on the positive coordinates?
Asked
Active
Viewed 264 times
1
-
1First or third angle? – Solar Mike Apr 15 '21 at 05:39
-
4It depends if the part is symmetric or not. – Jonathan R Swift Apr 15 '21 at 07:20
-
1I believe there are some CAD packages where the bottom left corner is the default origin. But having the origin at the center is very beneficial when dealing with symmetric parts as jr swift said, any cylindrical or round shape in particular where your diameter is centered at the origin. – jko Apr 15 '21 at 11:32
-
A mechanical drawing follows rules whether or not generated using CAD tools. As the comments suggest, location of origin in a drawing should be chosen so as to make the dimensioning as simple and clear as possible to those who will read the drawing. – Carl Witthoft Apr 15 '21 at 12:10
-
You need to know how to set the global setting for the drawing area. Use the "help" facility in the software and find the topic by keyword search. – r13 Apr 15 '21 at 18:48
1 Answers
1
While there are no conventions for the cad file itself, most folks will look to use the coordinate system datums to their advantage. This involves considering the fit and function of the part.
For example if a block is bolted, consider using the bolt hole rather than the edge. However if the two edges of a block have a bigger impact on how it fits, consider using their connecting corner.
This can also reduce time required to recalculate constrained positions in an assembly when parametric parts are modified. Since the constrained features will not move as much, smaller transformations are performed on the part's coordinates as a whole and it tends to make convergence to meeting constraints easier.
Abel
- 1,343
- 5
- 10