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

*** empty log message ***

parent cb1fb2ca
No related branches found
No related tags found
No related merge requests found
......@@ -443,8 +443,8 @@ StringXNumber ViewOptions_Number[] = {
"Elevation of the view along Z-axis (in model coordinates)" },
{ F|O, "ArrowScale" , opt_view_arrow_scale , 50. ,
"Size of the vector (e.g. arrow size in pixels)" },
{ F, "Explode" , opt_view_explode , 1. ,
"Explode elements (0: reduced to a point; 1: not transformed)" },
{ F|O, "Explode" , opt_view_explode , 1. ,
"Explode elements (0: reduced to point; 1: not transformed)" },
{ F, "Visible" , opt_view_visible , 1. ,
"Is the view visible?" },
{ F|O, "IntervalsType" , opt_view_intervals_type , DRAW_POST_ISO ,
......@@ -454,7 +454,7 @@ StringXNumber ViewOptions_Number[] = {
{ F|O, "NbIso" , opt_view_nb_iso , 15. ,
"Number of intervals" },
{ F|O, "Boundary" , opt_view_boundary , 0 ,
"Draw the N-b dimensional boundary of the simplex (N=dimension, b=option value" },
"Draw the N-b dimensional boundary of the simplex (N=dimension, b=option value)" },
{ F|O, "Light" , opt_view_light , 0. ,
"Enable light sources?" },
{ F|O, "SmoothNormals" , opt_view_smooth_normals , 0. ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment