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

@ -22,7 +22,7 @@ geometry
{
cylinder
{
type searchableCylinder;
type cylinder;
point1 (0 0 -0.00375);
point2 (0 0 0.00375);
radius 0.06;

View File

@ -1083,7 +1083,7 @@ boundary
/* optional
surface
{
type searchableCylinder; // none
type cylinder; // none
point1 (0 0 -1);
point2 (0 0 1);
radius 0.5;
@ -1111,7 +1111,7 @@ boundary
/* optional
surface
{
type searchableCylinder; // none
type cylinder; // none
point1 (0 0 -1);
point2 (0 0 1);
radius 0.5;