Use surface type names consistently in XML input and Python API.

This commit is contained in:
Paul Romano 2015-09-25 20:38:50 +07:00
parent 3d2fe2a0ef
commit 47abbed148
3 changed files with 25 additions and 25 deletions

View file

@ -131,8 +131,8 @@ The current revision of the summary file format is 1.
**/geometry/surfaces/surface <uid>/type** (*char[]*)
Type of the surface. Can be 'X Plane', 'Y Plane', 'Z Plane', 'Plane', 'X
Cylinder', 'Y Cylinder', 'Sphere', 'X Cone', 'Y Cone', or 'Z Cone'.
Type of the surface. Can be 'x-plane', 'y-plane', 'z-plane', 'plane',
'x-cylinder', 'y-cylinder', 'sphere', 'x-cone', 'y-cone', or 'z-cone'.
**/geometry/surfaces/surface <uid>/coefficients** (*double[]*)