installing catia v4 macros ???
installing catia v4 macros ???
(OP)
Looking for some help on where the macros need to be placed. what other files needed to be changed. What paths to be set, etc!
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
installing catia v4 macros ???
|
RE: installing catia v4 macros ???
add the following lines to your CATIA.dcls file:
catia.IUA_UNLOAD_SHARED : LOGICAL ;
catia.IUA_UNLOAD_SHARED = TRUE;
catia.IUAPROC = '/qq/xx/prog/proc';
catia.IUAPANEL = '/qq/xx/prog/panel';
catia.IUAMODULE = '/qq/xx/prog/load';
catia.PGMUSR = '/qq/xx/prog/pgm';
create the directories and put the appropriate files in them.
Regards Stefan
RE: installing catia v4 macros ???
it worked perfect!