Add ForceCombinationPropertyUserControl
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
namespace StructureHelperCommon.Models.Forces
|
||||
{
|
||||
/// <summary>
|
||||
/// Action as force load
|
||||
/// Supports common properties of action
|
||||
/// </summary>
|
||||
public interface IForceAction : IAction
|
||||
{
|
||||
@@ -21,11 +21,9 @@ namespace StructureHelperCommon.Models.Forces
|
||||
/// </summary>
|
||||
IPoint2D ForcePoint { get; set; }
|
||||
/// <summary>
|
||||
/// Return combination of forces
|
||||
/// Return combinations of forces
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
IForceCombinationList GetCombination();
|
||||
|
||||
/// <returns>List of combination of forces</returns>
|
||||
List<IForceCombinationList> GetCombinations();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user