Beispiel #1
0
 protected override decimal GetMaxZ()
 => _model.GetMaxZ();
Beispiel #2
0
 public decimal[] CreateAnomalyFragmentation(NonMeshedModel model)
 {
     return(CreateAnomalyFragmentation(model.GetMinZ(), model.GetMaxZ()));
 }