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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Catia CAA automation and RADE APIs together

Status
Not open for further replies.

loganhill

Computer
Joined
Feb 18, 2022
Messages
1
Location
US
I am working on a software project using the CAA RADE API for Catia V5. I need to be able to use some functionality that the automation API has that the RADE API doesn't have. Does anyone know, in general, how to use the CAA automation API form within a CAA RADE application?
 
Refer to article about exposing CAA interfaces to Automation in CAA Encyclopedia.

In general, you declare Automation interface in IDL and implement it via TIE, as well as CATIVBExtension interface.

As a result you should be able to access your extension via .GetIten or .GetCustomerFactory methods.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top