UpdateStrategy for Actions was added
This commit is contained in:
@@ -13,14 +13,6 @@ namespace StructureHelperCommon.Services.Forces
|
||||
{
|
||||
internal static class ForceActionService
|
||||
{
|
||||
public static void CopyActionProps(IForceAction source, IForceAction target)
|
||||
{
|
||||
target.Name = source.Name;
|
||||
target.SetInGravityCenter = source.SetInGravityCenter;
|
||||
target.ForcePoint.X = source.ForcePoint.X;
|
||||
target.ForcePoint.Y = source.ForcePoint.Y;
|
||||
}
|
||||
|
||||
public static List<IDesignForcePair> ConvertCombinationToPairs(IForceCombinationList combinations)
|
||||
{
|
||||
var resultList = new List<IDesignForcePair>();
|
||||
|
||||
Reference in New Issue
Block a user