Surrounding property was added
This commit is contained in:
@@ -7,10 +7,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
public interface IForceAction : IAction
|
||||
public interface IForceAction : IAction, ICloneable
|
||||
{
|
||||
bool SetInGravityCenter { get; set; }
|
||||
IPoint2D ForcePoint { get; }
|
||||
List<IDesignForceTuple> GetCombination();
|
||||
IPoint2D ForcePoint { get; set; }
|
||||
IForceCombinationList GetCombinations();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user