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

fix missing iView

parent c9115869
Branches
Tags
No related merge requests found
......@@ -33,6 +33,7 @@ Plugin(CutPlane).A = 0 ;
Plugin(CutPlane).B = 0.2 ;
Plugin(CutPlane).C = 1 ;
Plugin(CutPlane).D = 0 ;
Plugin(CutPlane).iView = 0 ;
Plugin(CutPlane).Run ;
// Add a title
......@@ -46,6 +47,7 @@ Plugin(Annotate).Y = 50 ;
Plugin(Annotate).Font = "Times-BoldItalic" ;
Plugin(Annotate).FontSize = 28 ;
Plugin(Annotate).Align = "Center" ;
Plugin(Annotate).iView = 0 ;
Plugin(Annotate).Run ;
Plugin(Annotate).Text = "(and a small subtitle)" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment