Hi,PR
I am new to Solidworks API and want to automate the Print3D feature using API, i.e. design a GUI to key in the parameter value to use Print3D function. However, I face a problem I could not found the API for Print3D, I try to use the macro record the Print3D feature but no luck. None of the Macro function is recorded. Any recommandation on solution or reference for this Print3D function?
Hello,
Here is an example: API: Print3D printer driver example
And a list of functions: 2017 SOLIDWORKS API Help - ISw3DPrinter Interface Members
You might need to code it in C# or VB.NET, since SolidWorks.Interop.sw3dprinter.dll doesn't seems to work in VBA