Surrounding property was added
This commit is contained in:
@@ -4,8 +4,8 @@ using StructureHelperCommon.Models.Shapes;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IForceCombinationList : IForceAction, ICloneable
|
||||
public interface IForceCombinationList : IForceAction
|
||||
{
|
||||
List<IDesignForceTuple> DesignForces { get; }
|
||||
List<IDesignForceTuple> DesignForces { get;}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user