Feb 7, 2003 #1 wn Computer Feb 7, 2003 1 US I have two questions on CATIA IUA: 1) Can I call another CATIA gii program from an IUA? 2) Can I call another CATIA IUA from an IUA? Thanks for any help . wn
I have two questions on CATIA IUA: 1) Can I call another CATIA gii program from an IUA? 2) Can I call another CATIA IUA from an IUA? Thanks for any help . wn
Feb 11, 2003 #2 sitius Computer Feb 11, 2003 1 US 1) Use LOAD, example - to highlight a line LOAD GIIHLT MNUM,LN,1,IER If you write your own load modules you should use the Catia "shared" utility to build them. Place them in the "iuamac" directory. 2) Use EXEC to call another IUA, example - to handle the error in your own IUA EXEC MYERRHND IER It is always a good idea to read the Catia documentation ;-) Upvote 0 Downvote
1) Use LOAD, example - to highlight a line LOAD GIIHLT MNUM,LN,1,IER If you write your own load modules you should use the Catia "shared" utility to build them. Place them in the "iuamac" directory. 2) Use EXEC to call another IUA, example - to handle the error in your own IUA EXEC MYERRHND IER It is always a good idea to read the Catia documentation ;-)