I thought of a graph view of the datastructure which I extract from the .fem file.
For now I have extracted:
- Parts
- RBE2s and RBE3s which are connected to Parts
- Forces which are connected to Nodes -> therefore connected to parts / RBE2s / RBE3s
- Constraints which are connected to Nodes -> therefore connected to parts / RBE2s / RBE3s
So a graph can be a simple view of the model and can be a visual check of the model topology.
For SPCs and Forces, I think I should consider to work rather with SPCCluster / ForceCluster (not implemented yet)
I thought of a graph view of the datastructure which I extract from the .fem file.
For now I have extracted:
So a graph can be a simple view of the model and can be a visual check of the model topology.
For SPCs and Forces, I think I should consider to work rather with SPCCluster / ForceCluster (not implemented yet)