! R20_config.pro, CAD Toolbox, Mar 01,1999
!_Search Paths
! Note colormap search path listed FIRST
colormap_search_path j:\proe_start
trail_dir j:\proe_start\trail_files
pro_group_dir j:\proe_start\udf_groups
pro_plot_config_dir j:\proe_start\plot_configs
pro_format_dir j:\proe_start\formats
plot_file_dir j:\proe_start\plot_files
mdl_tree_cfg_file j:\proe_start\ct_tree.cfg
!_Misc. Config Option Settings
iges_out_trim_xyz yes
repeat_datum_create yes
delete_after_plotting yes
bell no
clock yes
default_dec_places 3
default_draw_scale 1
depthcue_options depthcue_on
drawing_file_editor protab
drawing_setup_file k:\proe\text\custom.dtl
display hiddenvis
edge_display_quality high
flip_arrow_scale 1
gtol_dim_placement under_value
highlight_new_dims yes
! this next one is important for NT users***********
nt_cache_dir yes
parenthesize_ref_dims yes
provide_pick_always yes
!_pro_symbol_dir /users/<symbols>
!_pro_editor_command vi
rename_drawing_with_object both
sketcher_dec_places 3
save_object_in_current yes
save_triangles_flag yes
spin_center_display no
spin_with_part_entities yes
tol_display no
visible_message_lines 4
menu_horizontal_hint right
thermo_position_hint no_window_overlap
3d_menu_buttons yes
!=========================================================
!==LAYER DEFAULTS==from PTC demo config.pro, for consistancy in assemblies
!=========================================================
! The naming convention shown here for layers provides
! a way to organize your layers in a specific order. Pro
! sorts layers in alphanumeric order. As new layers are
! created, they will be added to the bottom of the list if
! they begin with an "alpha" character. They will be added
! to the top of the list if they begin with "0_". In addition,
! if you want to add new layers for a group of items, you can
! make them appear as indented layers. For example:
!
! 1_ALL_PLANES
! 1___DEF_PLANES
! 1___ANG_PLANE
! 2_ALL_CSYS
! 2___DEF_CSYS
! 3_ALL_AXES
! 3___HOLE_AXES
!
DEF_LAYER LAYER_DATUM 1_ALL_PLANES
DEF_LAYER LAYER_CSYS 2_ALL_CSYS
DEF_LAYER LAYER_AXIS 3_ALL_AXES
DEF_LAYER LAYER_POINT 4_ALL_POINTS
DEF_LAYER LAYER_CURVE 5_ALL_CURVES
DEF_LAYER LAYER_SURFACE 6_ALL_SURFS
DEF_LAYER LAYER_FEATURE 7_ALL_FEATURES
DEF_LAYER LAYER_DETAIL_ITEM 8_ALL_NOTES_BALLOONS_SYMBOLS_GTOLS(FREE)
!=========================================================
!==WEBPUB OPTIONS==From PTC demo config.pro
!=========================================================
WWW_ADD_AUX_FRAME NO
WWW_EXPORT_GEOMETRY_AS JPG_VRML
WWW_MULTIPLE_VIEWS ALL
WWW_TREE_LOCATION IN
!=========================================================
!==VRML OPTIONS==From PTC demo config.pro
!=========================================================
VRML_ANCHOR_URL NO
VRML_BACKGROUND_COLOR NO
VRML_EXPLODE_LINES YES
VRML_EXPORT_RESOLUTION MEDIUM
VRML_FILE_DUPLICATE_MATERIAL YES
VRML_MULTIPLE_VIEWS ALL
VRML_SIMPREP_EXPORT YES
VRML_PARAMETERS DESIGNATED
!_____Function Key Calls mapkey $f7 %clr
mapkey $f8 %vd
!_____Generic Keystroke Savers
mapkey da #done/accept
mapkey dr #done-return
mapkey fc #feature;#create;
!_____Display
mapkey sd #view;#cosmetic;#shade;#display;#%dr
mapkey rr #view;#repaint;#%dr
!_____Set up Default Datums and Coord Sys
mapkey new %fc;#datum;#plane;#default;#done;%d1d
mapkey d1d %fc;#datum;#coord Sys;#default;#done;%d2d
mapkey d2d #set up;#name;#sel by menu;#name;#dtm3;front; ;%d3d
mapkey d3d #sel by menu;#name;#dtm2;top; ;%d4d
mapkey d4d #sel by menu;#name;#dtm1;side; ;#done
!_____Set Up and Recall Views - orient to desired "front" FIRST, then..
! execute the "views" mapkey macro. I cannot take credit for this clever
! macro, nor do I recall where it came from
mapkey views %s1v;%s2v;%s3v;%s4v;%s5v;%s6v;%s7v;%s8v;%s9v
mapkey s1v #view;#names;#save;front; ;
mapkey s2v #orientation;#angles;#vert;-90; ;%da
mapkey s3v #names;#save;right; ;
mapkey s4v #orientation;#angles;#vert;180; ;%da
mapkey s5v #names;#save;left; ;
mapkey s6v #orientation;#angles;#vert;90; ;%da
mapkey s7v #names;#save;back; ;
mapkey s8v #orientation;#angles;#vert;180; ;#horiz;90; ;%da
mapkey s9v #names;#save;top; ;%dr
mapkey vt #view;#names;#retrieve;#top;%dr
mapkey vr #view;#names;#retrieve;#right;%dr
mapkey vf #view;#names;#retrieve;#front;%dr
mapkey vb #view;#names;#retrieve;#back;%dr
mapkey vl #view;#names;#retrieve;#left;%dr
mapkey vd #view;orientation;#default;%dr
mapkey vv #view;#pan/zoom;#reset;%dr
mapkey vp #view;#pan/zoom;#previous;%dr
mapkey sp #view;orientation;#spin
mapkey nn #view;#names;
!_____Create Features
mapkey cp %fc;#protrusion; #done;#done;#done
mapkey cb %fc;#cut;#done;#done;#done
mapkey ct %fc;#cut; #done;#done;#thru all;#done
mapkey cr %fc;#round;#done
!_____Information Commands
mapkey imc #info;#measure;#curve/edge;
mapkey imd #info;#measure;#distance;
mapkey ml %imc;#length;%da
mapkey mr %imc;#radius;%da
mapkey mt %imc;#type;%da
mapkey ml %imd;%da
!____Zoom
mapkey zi #view;#pan/zoom;
mapkey zo #view;#pan/zoom;#zoom out;%dr
mapkey zr #view;#pan/zoom;#reset;%dr