Salomeへの2DCADデータの取り込み ― 2022年12月08日 20:09
電場解析では軸対称モデルが多いので、2DCADにより作図したデータをFreeCADにより取り込み、stepファイルに変換してSalomeにインポートして使っています。
FreeCAD(線モデルをstepでエクスポート)
-dwgファイルのインポート
dxfよりもdwgの方が変換が良いように感じた。
ODAFileConverterもしくはLibreDWGが必要。
ファイル名に日本語が入っていると変換されません。
-Part Design
ボディーの作成
線を全て選んでサブオブジェクト形状のバインダー作成
Salome(面モデル化、面があれば3Dモデルも作成可能)
-Binder.stepをインポート
-空気領域の面を作成
-Partition
Importing 2D CAD data into Salome
If you are familiar with FreeCAD, you may not need to use 2DCAD, but I am not familiar with its special operations.
Since there are many axisymmetric models in electric field analysis, I use FreeCAD to import 2DCAD data, convert it to a step file, and import it into Salome for use.
FreeCAD (line model exported as step)
-Importing dwg files
I felt that dwg conversion was better than dxf.
ODAFileConverter or LibreDWG required.
If the file name has Japanese characters, it will not be converted.
-Part Design
Creating a body
Binder creation of sub-object shapes by selecting all lines
Salome (surface modeling, 3D model can be created if there are surfaces)
-Import Binder.step
-Create air area faces
-Partition
最近のコメント