Is this what you are looking fore?

CTRL+Z is setting up Top-, Front-, Right-, Iso-viwe based on the curent workplane
CTRL+F9/F10/F11/F12 are turning them up on the screen.


Put this 5 line in your appelication.ini file ( ffm.ini ... ) in the [Hotkeys] section
-----------------------------

[Hotkeys]
.....
.......
CTRL+F9=macro "c:\sm11\utility\johntop.mcl"
CTRL+F10=macro "c:\sm11\utility\johnfrnt.mcl"
CTRL+F11=macro "c:\sm11\utility\johnrght.mcl"
CTRL+F12=macro "c:\sm11\utility\johniso.mcl"
CTRL+Z= macro "c:\sm11\utility\View2.mcl

-----------------------

Put the attached mcl's to wher this hotkeys are pointing

T.Holst.



"At 12:09 19.08.2001 -0700, you wrote:
I wish I had one that worked better. If you have a good one share it with
the group.

Thanks,
Jeff Brower


======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

-------------------------------------------------------------------
Thorbjoern Holst, CAM Coordinator
Prototech AS,  PostBoks 12,  Fantoftveien 38,  5036 FANTOFT, NORWAY
E-Mail        : mailto:[EMAIL PROTECTED]
Telefon       : + 47 55574039
Sentralbord   : + 47 55574110
Fax           : + 47 55574114
--------------------------------------------------------------------
//INSERTING POINT TO CAPTURE WORK PLANE)
ON_LAYER[LY=1, WP="", LV=0, PT=0]
ELMT_SEQ[BA=1, EL="0", ME=0]
POINT[XE=0, YE=0, LV=0, CO=0, SE=2]
#WP=PLN(1)
UNDO[]

// Top View
VIEW_ANGLE[VA=2, VP=1, A1=-0, A2=-0, RS=1, WP=#WP]
NAME_VIEW[VN="TOP", RM=0]

// Front View
VIEW_ANGLE[VA=2, VP=1, A1=-0, A2=-1.5708, RS=1, WP=#WP]
NAME_VIEW[VN="FRONT", RM=0]

// Right View
VIEW_ANGLE[VA=2, VP=1, A1=-1.5708, A2=-1.5708, RS=1, WP=#WP]
NAME_VIEW[VN="RIGHT", RM=0]

// Iso View
VIEW_ANGLE[VA=2, VP=1, A1=-0.7854, A2=-0.7854, RS=1, WP=#WP]
NAME_VIEW[VN="ISO", RM=0]

VAR_REMOVE_ALL[]








// Free_Form_Machining 11.0 Windows 11/19/97 15:17:36 Macro File
// E:\SM10\MILL\QUIKSTEP\johniso.mcl
// CREATED: 01/02/98
//  
//  
GET_VIEW[VN="ISO"]

// Free_Form_Machining 11.0 Windows 11/19/97 15:17:36 Macro File
// E:\SM10\MILL\QUIKSTEP\johnrght.mcl
// CREATED: 01/02/98
//  
//  
GET_VIEW[VN="RIGHT"]

// Free_Form_Machining 11.0 Windows 11/19/97 15:17:36 Macro File
// E:\SM10\MILL\QUIKSTEP\johntop.mcl
// CREATED: 01/02/98
//  
//  
GET_VIEW[VN="TOP"]

// Free_Form_Machining 11.0 Windows 11/19/97 15:17:36 Macro File
// E:\SM10\MILL\QUIKSTEP\johnfrnt.mcl
// CREATED: 01/02/98
//  
//  
GET_VIEW[VN="FRONT"]

Reply via email to