Skip to content
Snippets Groups Projects
Commit 90231399 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

better doc for generalized raise

parent c83d7cfe
No related branches found
No related tags found
No related merge requests found
...@@ -195,11 +195,14 @@ StringXString ViewOptions_String[] = { ...@@ -195,11 +195,14 @@ StringXString ViewOptions_String[] = {
"Number format (in standard C form)" }, "Number format (in standard C form)" },
{ F|O, "GeneralizedRaiseX" , opt_view_gen_raise0 , "v0" , { F|O, "GeneralizedRaiseX" , opt_view_gen_raise0 , "v0" ,
"Generalized elevation of the view along X-axis (in model coordinates)" }, "Generalized elevation of the view along X-axis (in model coordinates, "
"using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
{ F|O, "GeneralizedRaiseY" , opt_view_gen_raise1 , "v1" , { F|O, "GeneralizedRaiseY" , opt_view_gen_raise1 , "v1" ,
"Generalized elevation of the view along Y-axis (in model coordinates)" }, "Generalized elevation of the view along Y-axis (in model coordinates, "
"using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
{ F|O, "GeneralizedRaiseZ" , opt_view_gen_raise2 , "v2" , { F|O, "GeneralizedRaiseZ" , opt_view_gen_raise2 , "v2" ,
"Generalized elevation of the view along Z-axis (in model coordinates)" }, "Generalized elevation of the view along Z-axis (in model coordinates, "
"using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
{ F, "Name" , opt_view_name , "" , { F, "Name" , opt_view_name , "" ,
"Default post-processing view name" }, "Default post-processing view name" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment