#############################################################################
#                                                                           #
#  USER MENU FILE - 3d_user_menu                                            #
#                                                                           #
#  This file is used to assign commands or macros to the User Menu.         #
#  The menu is found under User Menu.                                       #
#                                                                           #
#  The assignment format follows:                                           #
#      Btn_set_text 134,1,<button number>,0,0,0,2,<code>,"label";           #
#                                                                           #
#  If the "label" is a macro name, replace <code> with 271.  The macro      #
#  name should be assigned to "label" without the .mac extension.           #
#  If "label" is a Modeling command, replace <code> with the appropriate    #
#  command code.                                                            #
#                                                                           #
#############################################################################

#Assign the GIG exporter to first button;
Btn_set_text 134,1,1,0,0,0,2,100005,"ExportGIG";
