! GRIP Environment File - Unigraphics V17.0 NT-Version ! Last Update : 03.09.2001 ! By : M. Meili ! ****************************************************************************** ! * Definition of the dialog language * ! * ================================= * ! ****************************************************************************** ! General GRIP dialog language; ! ----------------------------- ! '1' : english dialog ! '2' : german dialog language=1 ! ****************************************************************************** ! * Definition of directories * ! * ========================= * ! ****************************************************************************** ! General GRIP message directory; ! ------------------------------- message_dir=C:\Unigraphics\NX_3.0_Global\grip\message ! Path to data directory; ! ----------------------- data_dir=C:\Unigraphics\NX_3.0_Global\grip\data\ ! Directory containing internal user function programs (type UFUN); ! ----------------------------------------------------------------- ufun_bin_dir=%IMAN_LOCAL%\bin\ ! Directory containing executable programs (type PROG and SCRIPT); ! ---------------------------------------------------------------- ug_bin_dir=%UGII_BASE_DIR%\bin\ ! Directory containing programs which run in context with IMAN; ! ------------------------------------------------------------- iman_bin_dir=%IMAN_LOCAL%\bin\ ! ****************************************************************************** ! * UG/DrawingFrame settings * ! * ======================== * ! ****************************************************************************** ! UG/DrawingFrame definition file; ! -------------------------------- DF_definition_file=drawing_v3.def ! Layer status of loaded drawing frame objects; ! --------------------------------------------- ! 'selectable' : Layer of drawing frame objects will be selectable. Thus, ! objects may be modified or deleted outside the application ! UG/DrawingFrame. ! 'visible' : Layer of drawing frame objects will be visible only. DF_layer_status=visible ! General setting of the layer visibility; ! ---------------------------------------- ! 'global' : Reset layer visible in view (drawing) to global. ! 'individual' : Destination layer of drawing frame will be set to visible. DF_layer_visibility=individual ! Display of Pattern Control Points; ! ---------------------------------- ! 'on' : Control points of retrieved drawing frame patterns will be ! displayed. ! 'off' : Control points of retrieved drawing frame patterns will not ! be displayed. DF_control_points=off ! Display of Pattern Origin Points; ! --------------------------------- ! 'on' : Origin points of retrieved drawing frame patterns will be ! displayed. ! 'off' : Origin points of retrieved drawing frame patterns will not ! be displayed. DF_origin_points=on ! Extension of drawing header text configuration file with current data base; ! --------------------------------------------------------------------------- ! 'yes' : The configuration file name will be extended with the ! following extensions: ! - "_im" if the entry data_base has been set to "iman" ! - "_db" if the entry data_base has been set to "other" ! - no extension if the entry data_base has been set to "none" ! 'no' : No extension will be added to the configuration file. DF_data_base_extension=no ! Control of the support of the master model concept; ! --------------------------------------------------- ! 'enforce' : Drawing part must support the master model concept in order ! to be able to load a drawing frame. ! 'warn' : Drawing part is suggested to support the master model concept. ! A warning will be issued if the drawing part does not ! reference a master model according to the master model ! concept when loading a drawing frame. ! 'ignore' : The support of the master model concept is ignored. DF_master_model_concept=warn ! Control of the upgrade behaviour as part of the revision management; ! -------------------------------------------------------------------- ! This entry controls the upgrade behaviour of the revision management in cases ! where the drawing frame type still has the same revision but its class has a ! higher revision released in the file "released_class_revision.def". ! ! 'always' : Drawing frame will always be upgraded to a higher revision of ! its class regardless if that revision does have an impact on ! the current drawing frame type or not. ! 'optimized' : Drawing frame will only be upgraded to a higher revision of ! its class if that revision does have an impact on the current ! drawing frame type (e.g. changed class attributes). DF_upgrade_behaviour=optimized ! ****************************************************************************** ! * UG/MasterData settings * ! * ====================== * ! ****************************************************************************** ! UG/MasterData definition file; ! ------------------------------ MD_definition_file=master_data.def ! Attribute creation status: ! -------------------------- ! 'all' : All attributes will be created. ! 'defined' : Only attributes which have been defined will be created. MD_attribute_creation=all ! Directory containing the lists of values (LOV); ! ----------------------------------------------- MD_lists_directory=C:\Unigraphics\NX_3.0_Global\grip\md_lists\ ! User name definition; ! --------------------- ! 'none' : No entry of user name in the drawing header. ! 'login' : The name of the currently logged user will be taken. ! 'system' : Read user name from file "/etc/passwd" (only UNIX). ! file name : Read user name from specified file stored in the data ! directory. MD_user_name=user_id.def ! Switch to control the execution if a drawing is active; ! ------------------------------------------------------- ! 'allow' : The execution is allowed if a drawing is active ! 'warn' : A warning will be issued if a drawing is active ! 'refuse' : The execution is refused if a drawing is active MD_drawing_status=refuse ! Switch to control the update behaviour of inherited component attributes; ! ------------------------------------------------------------------------- ! 'always' : Inherited component attributes will always be updated. ! 'ask' : The user will be interactively asked if he/she would like ! to update inherited component attributes. MD_update=always ! Switch to control from which component to inherit its attributes; ! ----------------------------------------------------------------- ! 'assembly' : Component attributes will generally be inherited from the ! top assembly of the next lower assembly hierarchy level. ! This approach works only if the current assembly part ! references only one single assembly or component part and ! the work part is the displayed part. ! Otherwise, if the next lower assembly level contains ! multiple components or the work part is not the same as ! the displayed part, the user has to select a component ! interactively from which to inherit its attributes. ! 'choose' : The component from which to inherit its attributes has ! always to be interactively selected. MD_inheritance=assembly ! Extension of master data configuration files with current data base; ! -------------------------------------------------------------------- ! 'yes' : The configuration file name will be extended with the ! following extensions: ! - "_im" if the entry data_base has been set to "iman" ! - "_db" if the entry data_base has been set to "other" ! - no extension if the entry data_base has been set to "none" ! 'no' : No extension will be added to the configuration file. MD_data_base_extension=no ! ****************************************************************************** ! * UG/GenericPartslist settings * ! * ============================ * ! ****************************************************************************** ! UG/GenericPartsList definition file; ! ------------------------------------ PL_definition_file=generic_parts_list.def ! ****************************************************************************** ! * Miscellaneous * ! * ============= * ! ****************************************************************************** ! Specification of the current data base; ! --------------------------------------- ! 'iman' : Current data base is iMAN ! 'other' : Current data base is any other system ! 'none' : No data base is currently used data_base=none ! Debug mode (extended message level); ! ------------------------------------ ! 'on' : Extended message level (output of current parsing data for ! debugging purposes) ! 'off' : Standard message level debug_mode=off ! Number of digits for the year display; ! -------------------------------------- ! Allows to control how many digits (two or four) will be taken to display the ! year. Since the year will be returned by the GRIP interpreter with only two ! digits, an algorithm will extend to four digits based on the following rule: ! If the year is less then 70, then the year will be extended as of the ! 20th century. If the year is greater or equal 70, then the year will be ! extended as of the 19th century. ! ! '2' : The year will be displayed with only two digits. ! '4' : The year will be displayed with four digits. number_of_year_digits=2