Output deck mesh only

Hello,

¿Could be possible to save the resulting mesh from the expansion of beam or shell elements as a new
solid mesh?
Kind of Save as "Output deck mesh only"

Thanks

Comments

  • You can do it by deleting the input model and <solution> start and end tags from the .liml file. It normally has this structure:
    
    <liml>
     [ Input model is here ...]
    <solution>
     [ Solution model is here ...]
    </solution>
    </liml>
    

    and would end up containing only these parts:
    
    <liml>
     [ Solution model is here ...]
    </liml>
    
  • I got it. :) :) and it worked.!!
    I will request it also as a future feature in the github. I will explain the motivation.
    Thanks Victor.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!