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

How to load the root document from Enovia5 programmatically?

Status
Not open for further replies.

CarlosR2022

Electrical
Joined
Sep 16, 2010
Messages
36
Location
US
I have the root document: MyCAT.CATProduct as the root (PRC). I tried to use CATIA.Documents.Open("Enovia5\MyCAT.CATProduct") but it returns an error Open: "Document cannot be read". And when I use the CATIA.Documents.Add("Enovia5\MyCAT.CATProduct") then error Licensing Problem: "No license available for this application"

I already tried to use Record Macro but it did not really record anything that would help.
 
There's no Automation APIs for ENOVIA V5.

Possible with LoadFromPDM function available in CAA.
 
@Little Cthulhu, thank you for the help. It is unfortunate and CAA I guess is an expensive license and some admin right I can't have [nosmiley]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top