Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
MSMichael Schnetzler13/08/2024
Hi there,
I want to record/write a Macro that operates in the ScanTo3D Add-in.
The goal is to open a Mesh file and go through the Add-In. The recording of the Macro is stopped as soon as I open the Add-in. I have added the swngre.tlb file to the refernces but I still can not run a script.
This basic script is provided by dassault:
Dim swApp As SldWorks.SldWorks
Dim swModel As ModelDoc2
Dim swModelDocExtension