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