Skip to content

Commit

Permalink
Added dependencies of Surfaces to the RFEM6_Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-Martensen authored and Fraser Greenroyd committed Sep 20, 2023
1 parent e1ecd6c commit f7ea9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFEM_Adapter/RFEM5Adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public RFEM5Adapter(string filePath = "", RFEM5Settings rfemSettings = null, boo
{typeof(RigidLink), new List<Type> { typeof(LinkConstraint), typeof(Node) } },
{typeof(FEMesh), new List<Type> { typeof(ISurfaceProperty), typeof(Node) } },
{typeof(ISurfaceProperty), new List<Type> { typeof(IMaterialFragment) } },
{typeof(Panel), new List<Type> { typeof(ISurfaceProperty) } },
{typeof(Panel), new List<Type> { typeof(ISurfaceProperty), typeof(Bar) } },
{typeof(ILoad), new List<Type> { typeof(Loadcase) } },
{typeof(LoadCombination), new List<Type> { typeof(Loadcase) } }

Expand Down

0 comments on commit f7ea9e6

Please sign in to comment.