Hi all,
I've found a solution, it might not be perfect code but it seems to work ok
Best regards to everyone who looked
Derek
Sub Create_Task()
Language = "VBSCRIPT"
Set CATIA = GetObject(, "CATIA.Application")
Set ProcessDocument1 = CATIA.ActiveDocument
Set objRobot =...
Hi All,
Does anyone here know what code is required to add a ROBOTTASK to a CATProcess in Catia, I have some code below, but I can't seem to find the object to add it to.
Dim objRobotTaskFactory As RobotTaskFactory
Dim objRobotTask As RobotTask
objRobotTaskFactory.CreateRobotTask...
Hi,
Does anyone know of any code to add a Robot Task to a CATPROCESS, i'm afraid I can't post my code so far but I'm not at work at the moment, I got the code from the CATIA api Documentation
Best regards
DC