Bump
Invisible properties and methods of SolidWorks using actxserver
2 views (last 30 days)
Show older comments
Hello everyone,
I am trying to interface with SolidWorks 2020, by calling it using actxserver. It turns out that by doing so, program gets opened, but the methods and properties are invisible. If I were to call it like this, I wouldn't be able to see anything in sw except regular methods.
sw = actxserver('SldWorks.Application');
Does anyone know why is this happening or know of a fix?
Thanks in advance,
Mario
Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!