Here are mapkeys for FRONT, BACK, LEFT, RIGHT, BOTTOM, TOP, and ISO.
Run the "add_all_views" mapkey to add them all at the same time. The ISO view isn't a true isometric view. It's a fairly random orientation.
You will need to have the 3 datums called FRONT, TOP, RIGHT for these to work.
Regards,
Dan N.
!========== Add Standard Views mapkeys ==========
mapkey set_view_std @MAPKEY_NAMESet View to Standard Orientation;\ mapkey(continued) @MAPKEY_LABELSet View to Standard;~ Command `ProCmdViewNamePick` 1 ;\ mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `Standard Orientation`;
mapkey add_views_start @MAPKEY_NAMEEnter into the windows to add new view \ mapkey(continued) names.;@MAPKEY_LABELstart to add std views;~ Command `ProCmdViewVisTool` ;\ mapkey(continued) ~ Select `visual_dlg0` `RadioSelApplMgr`1 `orientation`;
mapkey add_all_views @MAPKEY_NAMEAdd all standard views using the default \ mapkey(continued) datms.;@MAPKEY_LABELAdd all std views;%add_all_views_1;%add_all_views_2;
mapkey add_all_views_1 @MAPKEY_NAMEAdd all standard views using the default \ mapkey(continued) datms.;@MAPKEY_LABELAdd all std views 1;%add_views_start;%add_view_front;\ mapkey(continued) %add_view_back;%add_view_top;%add_view_bottom;
mapkey add_all_views_2 @MAPKEY_NAMEAdd all standard views using the default \ mapkey(continued) datms.;@MAPKEY_LABELAdd all std views 2;%add_view_right;\%add_view_left;\ mapkey(continued) %add_view_iso;%set_view_std;~ Activate `visual_dlg0` `CloseBtn`;
Well, have you searched this forum? Search for "mapkey view". There are multiple articles that contain the mapkey code. Perhaps you can use this one and extend it to suit your needs: