heres the code ntweisen
============================================
Sub setpro()
Dim thePartDoc As Document
Set thePartDoc = CATIA.ActiveDocument
Set documents1 = CATIA.Documents
Set partDocument1 = documents1.Item("6611.CATPart")
Set part1 = partDocument1.Part...
I wrote a catscript to set up the machining workbench in catia and load the component , but i cannot link the curve to be machined with curve following operation, It fails ,
if i open the failed operation manually and then re-run the program it worked.
i dont know what im doing wrong and the...