Bump
Invisible properties and methods of SolidWorks using actxserver
3 ビュー (過去 30 日間)
表示 古いコメント
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
回答 (0 件)
参考
カテゴリ
Find more on Use COM Objects in MATLAB 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!