2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

SOFA framework備忘録 vtkの使い方

Posted at

Softrobot pluginを含めSOFAではvtkファイルを使う場面が少なくないのでSTL等の汎用的な3Dモデルファイルからの変換方法を記す

必要なもの

手順

FreeCAD

  1. STLファイルをインポートする
  2. ワークスペースを[Part]に切り替える
  3. メニューバーの[パート]から[メッシュから形状を作成]
  4. 新しく生成された形状を選択し、[パート]から[ソリッドに変換]
  5. 4で生成された形状を選択し、.stepファイルにエクスポートする

Gesh
6) .stepをインポートする
7) 左のModules-Meshから3Dを選択しボリュームメッシュを生成する
8) VTKファイルでエクスポート

※STLのメッシュ数が多すぎるとシミュレーションが重くなる可能性あるので適宜メッシュの削減を

参考文献
https://www.sofa-framework.org/community/forum/topic/easiest-way-from-stl-to-vtk/

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?