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
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