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

better default

parent 213da7f4
No related branches found
No related tags found
No related merge requests found
...@@ -720,8 +720,8 @@ StringXNumber MeshOptions_Number[] = { ...@@ -720,8 +720,8 @@ StringXNumber MeshOptions_Number[] = {
"CPU time for the generation of the current mesh (in seconds)" }, "CPU time for the generation of the current mesh (in seconds)" },
{ F, "CutPlane" , opt_mesh_use_cut_plane , 0 , { F, "CutPlane" , opt_mesh_use_cut_plane , 0 ,
"Enable mesh cut plane" }, "Enable mesh cut plane" },
{ F, "CutPlaneAsSurface" , opt_mesh_cut_plane_as_surface , 1 , { F, "CutPlaneAsSurface" , opt_mesh_cut_plane_as_surface , 0 ,
"Draw the intersection layer as a surface" }, "Draw the intersection volume layer as a surface" },
{ F, "CutPlaneA" , opt_mesh_cut_planea , 1. , { F, "CutPlaneA" , opt_mesh_cut_planea , 1. ,
"First cut plane equation coefficient (`A' in `AX+BY+CZ+D=0')" }, "First cut plane equation coefficient (`A' in `AX+BY+CZ+D=0')" },
{ F, "CutPlaneB" , opt_mesh_cut_planeb , 0. , { F, "CutPlaneB" , opt_mesh_cut_planeb , 0. ,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment