SteveDoyle2 / pyNastran

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

Is it convenient to share the XDB file format document? Thanks!!!!!!!!! #767

Closed YuDe95 closed 5 months ago

SteveDoyle2 commented 5 months ago

I don’t have it. I was reverse engineering it.

On Thu, Mar 14, 2024 at 3:46 AM YuDe95 @.***> wrote:

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

YuDe95 commented 5 months ago

I know an open-source project is used to read XDB files, is it helpful for writing XDB formats? website :https://ferespost.eu/

SteveDoyle2 commented 5 months ago

I've seen the project. Adding XDB support isn't a priority. If someone wants to do it, that's fine, but I don't see any advantages over OP2. It's just a bit different, but very similar.

Why do you have an interest in it?

On Thu, Mar 14, 2024 at 5:41 PM YuDe95 @.***> wrote:

I know an open-source project is used to read XDB files, is it helpful for writing XDB formats? website :https://ferespost.eu/

— Reply to this email directly, view it on GitHub https://github.com/SteveDoyle2/pyNastran/issues/767#issuecomment-1998701331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAICUWJAATJGCT63I4YKSHDYYI7UJAVCNFSM6AAAAABEV3A2NGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJYG4YDCMZTGE . You are receiving this because you commented.Message ID: @.***>

YuDe95 commented 5 months ago

I want to do some work of read/write result data to an xdb file? According to your description, op2 has the same ability as xdb

SteveDoyle2 commented 5 months ago

XDB is not supported, so yeah OP2 would be the way to go.

Just as an FYI, XDB is no longer supported by MSC Nastran, while OP2 is. Don't know about Siemens, but it's a good enough reason for me to never add it.