####################################################;
#  Startup Command File For 3D/CAM Module.         #;
####################################################;

# set the double buffer mode for the display list;
# 0-always single, 1-auto with copy, 2-auto with redraw, 3-always double;
Set_dbl_buf 1;

# set menu side (0-left, 1-right);
Set_uif_side 0;

# set origin of display window in device coord's;
# left side;
Set_disp_origin 157,56;

# right side;
# Set_disp_origin 0,115;

# set size of display window in device coord's;
Set_disp_size 986,736;

# set auto backup flag;
Set_auto_backup 0;

# set auto backup interval (sec);
Set_backup_interval 1800;

# set backup model file name;
Set_backup_mdl_name "3d_auto_bak.mdl";

# set backup log file name;
Set_backup_log_name "3d_auto_bak.log";

# set uif macro name;
Set_uif_macro_name 0,"3d_menu";
Set_uif_macro_name 1,"cam_menu";

# set name of startup model;
#Set_dflt_mdl "";

# set path of default directory;
#Set_dflt_dir "";

# set name of command keyword file;
Set_keyword_file_name 0,"3d_keywords";
Set_keyword_file_name 1,"cam_keywords";

# set name of command template file;
Set_template_file_name 0,"3d_templates";
Set_template_file_name 1,"cam_templates";

# set z axis display flag;
Set_z_disp_flag 1;

# set x axis label;
Set_x_label "X";

# set y axis label;
Set_y_label "Y";

# set z axis label;
Set_z_label "Z";

# set button highlighting, 0-off, 1-on;
Set_btn_hi 1;

# set extended error reporting on or off;
# 0 - show error message, 1 - show message, file name, line number;
Set_err_report 0;

# set command echoing on or off (0-no echo, 1-echo);
Set_cmd_echo 1;

# set undo-redo on or off;
#Set_undo_redo 1;

# set name of start up macro for new models;
#Set_startup_macro "start_mdl.mac";

# define command string used to print file (% locates filename);
Set_print_cmd "pr % | lpr";

# set linear/angular units, resolution, size, scale for new models;
# linear units (0-mic,1-mm,2-cm,3-m,4-km,5-mil,6-in,7-ft,8-yd,9-mi);
# angular units (0-rad, 1-deg);
#Set_model_units 1,1,0.1,300.0,1.0;

# set pick aperture as fraction of view extent (.001-0.5);
Set_pick_aper .025;

# set backup before saving a file (1-ON, 0-OFF);
#Set_save_backup 0;

# set tab width;
Set_tab_width 3;

# set display list archive (1-ON, 0-OFF);
Set_archive 0;
 
#  max. no. of undo-redo steps undo-redo is ON (0 for no limit);
Set_ur_max 0;

# set cam options directory;
Set_cam_options_dir "cam_options";

# set cam sequences directory;
Set_cam_sequence_dir "cam_sequences";

# set cam macro directory;
Set_cam_macro_dir "cam_macros";

# set user template;
Set_macro "user_templates";

# set user application;
Set_user_applic "VX_GIGEXPORT";
