solidworksの3Dモデルをxmlファイル,STEPファイルでexportするときに特定のモデルのみerrファイルになる
Show older comments
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')で開くと、上記のようなエラーメッセージがきます
このエラーは関係ないかもしれませんが念のため記述しておきます
Answers (0)
Categories
Find more on モデルのインポート 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!