CAD CAM EDM DRO - Yahoo Group Archive

Re: productivity in drawing, was Rhino, Was:vector's learning curve

Posted by Fred Smith
on 2002-11-07 14:36:52 UTC
--- In CAD_CAM_EDM_DRO@y..., CL <datac@l...> wrote:
> Even good assignments for key commands are beneficial to know and
use.

In Vector if you want a complex shape or series of instructions
executed, you can set up a Keyboard macro that automates any of the
CAD drawing or CAM tasks. This is done through the Macro Tool Bar.
Here is a sample of a simple task. It asks for width and height,
defaulting to some common value that you want. This kind of
programmability can easily improve on a command line. If you have a
complex process that is repeated frequently, set it up one time and
then never re-key it again.

'Draw a slot
Set W=8
Set H=30
SET R= ([W]/2)
Ask "Width" , W
ASK "Height" , H
SV "[ALT-D],or,[W],[TAB],[H],[TAB],[R],[CR]"

One button click draws the slot, a star, a banana, or whatever
process you want. There is a very simple basic programming language
like syntax. The difference is that execution is from a tool bar
button that you define with a name and a descriptive quick tip. Next
week or next month, after you have forgotten all your hotkeys or
command line codes, you will still be able to click the slot button
and quickly draw your slot.

Best Regards, Fred Smith- IMService

Listserve Special discounts and offers are at:
http://www.imsrv.com/grp.html

Discussion Thread

Tim Goldstein 2002-11-05 18:51:02 UTC Re: [CAD_CAM_EDM_DRO] vector's learning curve too big, any other suggestions Scott A. Stephens 2002-11-05 18:55:31 UTC Re: [CAD_CAM_EDM_DRO] vector's learning curve too big, any other suggestions Tim Goldstein 2002-11-05 21:11:05 UTC RE: [CAD_CAM_EDM_DRO] Rhino, Was:vector's learning curve Ian W. Wright 2002-11-06 02:02:01 UTC Re: [CAD_CAM_EDM_DRO] Rhino, Was:vector's learning curve Andrew Werby 2002-11-06 13:52:22 UTC Re: Rhino, Was:vector's learning curve Tim Goldstein 2002-11-06 14:22:21 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve stevenson_engineers 2002-11-06 14:45:32 UTC Re: Rhino, Was:vector's learning curve Tim Goldstein 2002-11-06 14:58:49 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Carlos Guillermo 2002-11-06 16:26:14 UTC RE: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Scott A. Stephens 2002-11-06 16:46:35 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve thomasm923@a... 2002-11-06 20:16:10 UTC Re: Rhino, Was:vector's learning curve Chris L 2002-11-06 21:49:24 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Chris L 2002-11-06 22:02:18 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve stevenson_engineers 2002-11-07 00:50:54 UTC Re: Rhino, Was:vector's learning curve Ian W. Wright 2002-11-07 01:44:41 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Ian W. Wright 2002-11-07 06:16:29 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve CL 2002-11-07 10:19:57 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Keith Rumley 2002-11-07 10:39:20 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Keith Rumley 2002-11-07 10:39:22 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Keith Rumley 2002-11-07 10:39:24 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Keith Rumley 2002-11-07 10:48:03 UTC Re: [CAD_CAM_EDM_DRO] Re: Rhino, Was:vector's learning curve Fred Smith 2002-11-07 14:36:52 UTC Re: productivity in drawing, was Rhino, Was:vector's learning curve