HarunMusic
Computer
HI guys,
I have some problems for example, i do not have problems when i run catscript to define in Geometrical Set (pardocument1.part.InWorkObject = hybridBody1)
but when i write this line in Visual studio i get error, i have same problems with other things
So i think to make simple CATScript for this action and run it from my Vba Application in Visual studio, but again i have problems
I tried like this
ScPath = "C:\Users\Me\Desktop\Macro_recoring\"
CATIA.SystemService.ExecuteScript(ScPath, INFITF.CatScriptLibraryType.catScriptLibraryTypeDirectory, "Macro22.CATScript", "CATMain", EmptyPar)
Any ideas?
Thx
I have some problems for example, i do not have problems when i run catscript to define in Geometrical Set (pardocument1.part.InWorkObject = hybridBody1)
but when i write this line in Visual studio i get error, i have same problems with other things
So i think to make simple CATScript for this action and run it from my Vba Application in Visual studio, but again i have problems
I tried like this
ScPath = "C:\Users\Me\Desktop\Macro_recoring\"
CATIA.SystemService.ExecuteScript(ScPath, INFITF.CatScriptLibraryType.catScriptLibraryTypeDirectory, "Macro22.CATScript", "CATMain", EmptyPar)
Any ideas?
Thx