10 lines
237 B
C#
10 lines
237 B
C#
namespace StructureHelperLogics.NdmCalculations.Triangulations
|
|
{
|
|
public interface ITriangulationLogicOptions
|
|
{
|
|
double PrestrainKx { get;}
|
|
double PrestrainKy { get;}
|
|
double PrestrainEpsZ { get;}
|
|
}
|
|
}
|