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