![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Autodesk Software (Autocad, Inventor etc) Discuss Autodesk Software (Autocad, Inventor etc) software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Is there anyway to have a calculator feature in autocad 2002, Im looking for something like Mastercam or cadkey, where you can enter calculator funcation in the different fields Thank In Advance |
|
#6
| ||||
| ||||
| You can also type lisp expressions during some commands. Say you're using the array command, and want 4 objects in 11 inches, for the offset just enter (/ 11 3.0), which is 11 divided by 3 (3 spaces between 4 objects). One of the numbers has to have a decimal or it will get rounded off. Other examples: (+ 1 2) = 1+2 (* 3 4.0) = 3/4 (- 6 5) = 6-5
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#7
| ||||
| ||||
| The above examples work for offset, I use it all the time when I need a metric dimension and I'm drawing in inches. 45mm in inches = (/ 45 25.4)
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#9
| ||||
| ||||
| You can also nest them, if you need something more complicated (/ (* 12 4.5) (* 4.3 6)) (12 * 4.5) divided by (4.3*6)
__________________ Gerry Mach3 2010 Screenset http://home.comcast.net/~cncwoodworker/2010.html (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#12
| |||
| |||
Like this: Command:Offset Specify offset distance or [Through] <1.0000>: 'cal >> Expression: |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AutoCAD offsets and copying | skippy | Autodesk Software (Autocad, Inventor etc) | 14 | 05-19-2005 01:12 PM |
| AutoCad 2000 DXF Question | Holmes_ca | Autodesk Software (Autocad, Inventor etc) | 8 | 01-19-2005 05:50 PM |
| Edgecam with Autocad dwg for Lathe | wjbzone | General CAM Discussion | 4 | 01-05-2005 11:54 AM |
| Autocad LT verse AutoCad LT | CNCadmin | Autodesk Software (Autocad, Inventor etc) | 2 | 02-03-2004 07:28 AM |
| AutoCad 2000 Missing .dll file | E-Stop | Autodesk Software (Autocad, Inventor etc) | 12 | 05-30-2003 11:43 AM |