solidworksの3Dモデルをxmlファイル,STEPファイルでexportするときに特定のモデルのみerrファイルになる
Ältere Kommentare anzeigen
solidworksで構築した3Dモデルをsimulinkで使用するためにplugInを使って、xmlファイルとSTEPファイルをexportしようとしています。
何回かトライしていますが、exportしたいsolidworksのアセンブリモデルのうち、同じ部品モデルが毎回STEPファイルに変換できずにerrファイルになり、simulinkでも開けません。
Ssc.xml
tire_デフォルト_sldprt.STEP
上記が正常なファイル
handle_デフォルト_sldprt.err
上記がエラーとなったファイル
このエラーを回避する方法が知りたいです
エラー: smimport (行 173)
smimport_implementation(multibodyDescription, varargin{:});
エラー: smimport_implementation
errファイルを含めたxmlファイルをsmimport('Filename')で開くと、上記のようなエラーメッセージがきます
このエラーは関係ないかもしれませんが念のため記述しておきます
1 Kommentar
yokoyama
am 16 Okt. 2020
Antworten (0)
Kategorien
Mehr zu モデルのインポート finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!