manuel1618 / mpcforces-extractor

Get forces from RBE2s in Optistruct summed by connected parts
https://manuel1618.github.io/mpcforces-extractor/
MIT License
0 stars 0 forks source link

ID Pools not working like in Hypemesh #83

Closed manuel1618 closed 1 week ago

manuel1618 commented 1 week ago

Currently all mpcs have one id2entity dict. The problem here is: Hypermsh has no problems with the same ids for different elements when they are in different groups (RB2 / RBE3)

Not sure how to tackle this one. Maybe something like a config 2 id 2 entity ? That means creating id pools here as well?!

The only other thing would be to create different classes (RBE2 / RBE3) they can inherit from MPC. Would be the cleaner solution I think, but also more effort to implement