Material Update Strategy was added
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using System;
|
||||
|
||||
namespace StructureHelperCommon.Models.Materials.Libraries
|
||||
{
|
||||
public interface IPartialFactor : ICloneable
|
||||
public interface IPartialFactor : ISaveable, ICloneable
|
||||
{
|
||||
double FactorValue {get;set;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user