Using a Specific Mesh Geometry

Post Reply
vokumus
Posts: 76
Joined: Thu Nov 14, 2019 7:07 pm

Using a Specific Mesh Geometry

Post by vokumus » Tue Oct 20, 2020 12:26 pm

Hi;

We have a solid masonry structure model which is meshed in Midas GEN before. I know this is not convenient for STKO but is it possible to use a specific mesh in STKO created in another software?(Maybe using Python scripting?)

I tried to import it using IGES format and wanted to merge it in STKO. After that I was planning to assign large edge seed sizes to force STKO to use the mesh as it is, but the model was very big and STKO crashed during merging process.

Thanks.
Vefa OKUMUS
MSc. Structural Engineer
PhD candidate.
Software Developer.
Istanbul - Turkey

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Using a Specific Mesh Geometry

Post by STKO Team » Tue Oct 20, 2020 1:47 pm

The merge operation is very expensive and if you have many geometries it may crash.
However, you have 2 options:
  • Do the merge step by step, merging few hundreds of surfaces at a time. Finally you should be able to merge everything into a single geometry
  • If your model is made of only surfaces, do not use the merge command (which is the most generic one, thus the most expensive), use the SewFaces instead

Post Reply