/* */ /* ----------------------------------------------------------- */ /* USER RUN TIME DECLARATION FILE */ /* ----------------------------------------------------------- */ /* ----------------------------------------------------------- */ /* Number of user interactions between automatic model saves */ /* on the ROLL file */ /* [50] */ /* ----------------------------------------------------------- */ catia.FREQUENCY_ROLL = 50 ; /* ----------------------------------------------------------- */ /* determines whether the roll file will be re-initialized */ /* before the CATIA interactive program runs. Therefor */ /* prohibits the warm start of the catia session */ /* FALSE */ /* ----------------------------------------------------------- */ catia.INITIALIZE_ROLL = FALSE ; /* ----------------------------------------------------------- */ /* Hardcopy of the IBM 5080 graphics screen allowed. */ /* With graPHIGS this parameter is ignored. */ /* [TRUE] */ /* ----------------------------------------------------------- */ catia.HARD_COPY_GRAPHIC = TRUE ; /* ----------------------------------------------------------- */ /* Alphanumeric ANALYSIS window is enabled on alpha screen */ /* [TRUE] */ /* ----------------------------------------------------------- */ catia.ANALYSIS_WINDOW = TRUE ; /* ----------------------------------------------------------- */ /* Length of the graphic screen display list */ /* graPHIGS: number of graphic elements which can be */ /* displayed with a multiplication factor of 10. */ /* With a value of 400, 4000 graphic primitives */ /* can be displayed */ /* (Deca Graphic Primitives) [400] */ /* */ /* IBM 5080: size of the local memory of the graphic */ /* screen. Also called display list size or */ /* graphic buffer size */ /* (Kilo Bytes) 400 */ /* ----------------------------------------------------------- */ catia.LONBUF_GRAPHIC = 400 ; /* ----------------------------------------------------------- */ /* Table size in memory which contains references to the */ /* graphic segment */ /* = 2 x LONBUF_GRAPHIC is the recommended value */ /* (Kilo Bytes) 800 */ /* ----------------------------------------------------------- */ catia.LONMOD_GRAPHIC = 800 ; /* ----------------------------------------------------------- */ /* Tuning of buffer full in graPHIGS. */ /* Use instead LONBUF_GRAPHIC in GV1/6000. */ /* = (LONBUF_RATIO/1000) x LONBUF_GRAPHIC */ /* (Kilo Bytes) 1000 */ /* ----------------------------------------------------------- */ catia.LONBUF_RATIO_GRAPHIC = 1000 ; /* ----------------------------------------------------------- */ /* Default working mode in CATIA at start time. */ /* [SP] */ /* [[SP,DR]] */ /* ----------------------------------------------------------- */ catia.START_MODE = 'SP' ; /* ----------------------------------------------------------- */ /* Sample MODEL / PICTURE / LIBRARY and SHEET declarations */ /* ----------------------------------------------------------- */ catia.MODEL = '$HOME/db'; catia.PICTURE = '$HOME/db/picture'; catia.LIBRARY = '$HOME/db/library'; catia.SHEET = '$HOME/db'; /* ----------------------------------------------------------- */ /* Include specific declarations for Mechanical or AEC */ /* ----------------------------------------------------------- */ include( '$HOME/${PREFIX_INDUSTRIAL_DOMAIN}ENV.dcls' ) ; include( '$HOME/EMA.dcls' ) ;