Model Assembly for more than one meshes #915
Replies: 3 comments 1 reply
-
@waltersma any thoughts on above, is this supported or planned? |
Beta Was this translation helpful? Give feedback.
-
Hi @kmahajan-cadfem, It is possible to read and amend various files of different types, mesh, copy, apply transformations and export solver files in PyPrimeMesh. Do these operations give you what you need? It might be useful to provide more details on a specific use case and highlight if there are specific gaps to what you require. I hope these comments help. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @kmahajan-cadfem, Please see links below to apis related to the tasks you specified: get_cell_zonelets An example code to show bringing these items together to copy a block of hex mesh read from a cdb file, move and connect before exporting as a Fluent mesh file:
I hope this gives you what you need! |
Beta Was this translation helpful? Give feedback.
-
There are many customers who leverage the model assembly where they can mesh smaller parts of the bigger model and bring them together using the Workbench coupling system.
Is there something like this that already exists in PyPrimeMeshing?
If not, I think this would be one of the most awaited feature, and with power of Python, customers can create a very powerful lightweight workflows for different situations.
Beta Was this translation helpful? Give feedback.
All reactions