Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

installing catia v4 macros ???

Status
Not open for further replies.

rickyt

Automotive
Joined
Jun 26, 2002
Messages
240
Location
US
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!

 
Hello rickyt,

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
 
Thanks for your input Stefan
it worked perfect!



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top