ENH: adjustments to searchable surfaces

- code reduction, documentation, code stubs for spheroid (#1901)

- make searchableSurfaceCollection available as 'collection'
  for consistency with other objects
This commit is contained in:
Mark Olesen
2020-10-15 09:25:51 +02:00
parent f999013f41
commit 4258f8059f
26 changed files with 744 additions and 230 deletions

View File

@ -43,7 +43,7 @@ geometry
refinementBox
{
type searchableBox;
type box;
min (-1.0 -0.7 0.0);
max ( 8.0 0.7 2.5);
}