Home
last modified time | relevance | path

Searched refs:IsosurfaceStyle (Results 1 – 2 of 2) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Disosurface.tcl54 set IsosurfaceStyle 0
181 radiobutton .isosurface.style.line -value 0 -variable IsosurfaceStyle -text "Line"
182 radiobutton .isosurface.style.surf -value 1 -variable IsosurfaceStyle -text "Surface"
183 radiobutton .isosurface.style.both -value 2 -variable IsosurfaceStyle -text "Both"
/dports/science/elmerfem/elmerfem-release-9.0/post/src/
H A DElmerPost.c92 static int IsosurfaceStyle,IsosurfaceContours=1,IsosurfaceLineStyle,IsosurfaceQuality = 1; variable
1779 vis_set_param( VL, "Style", IsosurfaceStyle+1, 0.0, NULL ); in UpdateObject()
2491 Tcl_LinkVar( TCLInterp, "IsosurfaceStyle", (char *)&IsosurfaceStyle, TCL_LINK_INT ); in main()