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 Contact USThanks. We have received your request and will respond promptly. 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 Guidelines |
installing catia v4 macros ???
|
Join your peers on the Internet's largest technical engineering professional community.
It's easy to join and it's free.
Here's Why Members Love Eng-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
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!