tpaviot / smesh

An extension to oce, provides advanced meshing features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building elements directly using the SMESH module

Krande opened this issue · comments

Hello all,

I am attempting to visualize my FEM meshes in PythonOCC.

I came across the example "core_mesh_fast_stl_load.py" and was impressed by the speed and ease of the import of the STL geometry. However, I would much rather create the mesh directly from my FEM input files using scripts.

Importing the element and nodes from my fem file is easy enough, however I have not figured out how to build quads and tri's, etc.. using the SMESH module directly. If anyone have some experience with this and could point me in the right direction I would greatly appreciate it!

If anyone would be interested in the end result I could create an example and submit it to the pythonocc-demos.

Kind Regards
Kristoffer