OOF2: The Manual
Name
OOF.Graphics_n.Settings.Hide_Empty_Mesh_Elements — Toggle the display of elements with no Material.
Synopsis
OOF.Graphics_n.Settings.Hide_Empty_Mesh_Elements(boolean)
Details
- Parent Menu: OOF.Graphics_n.Settings
-
Callback: function
toggleEmptyDrawingin moduleooflib.engine.IO.displaymethods -
Parameters:
boolean-
A boolean value,
0(false) or1(true). This is not a keyword parameter (just enter '0' or '1', not 'boolean=1').
Description
When Hide_Empty_Mesh_Elements is on, Elements of
a Mesh which have no assigned Material are not drawn. Some
display methods, such as FilledContourDisplay, never draw these
elements in any case, even if
Hide_Empty_Mesh_Elements is off.



