public static void
DrawBasics.ToggleGlobalOverwriteFor_hiddenByNearerObjects(bool globalOverwriteIsEnabled, bool valueOf_hiddenByNearerObjects_thatShouldAlwaysBeEnforced = true)
Many of Draw XXLs drawing functions have an optional " hiddenByNearerObjects" parameter quite late in the function signature.
To use it you would have to supply all other optional parameters till you reach the " hiddenByNearerObjects" parameter.
You can save some effort by overwriting the optional " hiddenByNearerObjects" globally via the here described "ToggleGlobalOverwriteFor_hiddenByNearerObjects()" function.