大量更新
This commit is contained in:
14
BoreholeExtract/BoreholeLog.cs
Normal file
14
BoreholeExtract/BoreholeLog.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace BoreholeExtract
|
||||
{
|
||||
public class BoreholeLog
|
||||
{
|
||||
public HeaderInfo Header { get; set; }
|
||||
|
||||
public List<LayerData> Layers { get; set; }
|
||||
|
||||
public double HoleDepth => Header.HoleElevation - Layers.Last().BottomElevation;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user