Hello everyone,
I've been spending days trying to solve this issue. I'm trying to write a VBA script that can export a 3D part to a STL file in V6, and I'm not able to find a solution. In V5, you could use something like:
But it CATIA v6, this is no longer valid (!). Does anyone of you know how to adapt the code above so it could work in V6?
Any hint is really appreciated!
Thanks
I've been spending days trying to solve this issue. I'm trying to write a VBA script that can export a 3D part to a STL file in V6, and I'm not able to find a solution. In V5, you could use something like:
Code:
Dim myDoc as PartDocument
Set myDoc = CATIA.ActiveDocument
myDoc.exportData "Filename.stl", "stl"
But it CATIA v6, this is no longer valid (!). Does anyone of you know how to adapt the code above so it could work in V6?
Any hint is really appreciated!
Thanks