SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
385 stars 148 forks source link

Reading a table of USET table format #734

Closed ryakoub closed 1 year ago

ryakoub commented 1 year ago

Hello,

I have an OP2 file that has a table named USET and it is of USET table format, DOF id and DOF set membership. The OP2 reader is not recognizing it since the name is not standard. How to tell the OP2 module that this table is of USET format?

SteveDoyle2 commented 1 year ago

I don’t use USET. I thought it supported it, but I’d need to see an example

On Tue, May 30, 2023 at 12:13 PM Refaat Y Yakoub @.***> wrote:

Hello,

I have an OP2 file that has a table named USET and it is of USET table format, DOF id and DOF set membership. The OP2 reader is not recognizing it since the name is not standard. How to tell the OP2 module that this table is of USET format?

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWOS3SYQE2GT2BY24W3XIZBFHANCNFSM6AAAAAAYUOBUFY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SteveDoyle2 commented 1 year ago

closing due to innactivity