10 lines
219 B
C#
10 lines
219 B
C#
using StructureHelperCommon.Models.Forces;
|
|
|
|
namespace StructureHelperLogics.NdmCalculations.Triangulations
|
|
{
|
|
public interface ITriangulationLogicOptions
|
|
{
|
|
IStrainTuple Prestrain { get; set; }
|
|
}
|
|
}
|