Ensenso::NxLibDebugBlock

class Ensenso.NxLibDebugBlock

This class simplifies the usage of debug blocks. It will call NxLib.OpenDebugBlock() during its construction and NxLib.CloseDebugBlock() during its destruction.

Public Functions

NxLibDebugBlock (ref string name, NxLib.DebugLevel level = NxLib.DebugLevel.nxdInherit)

Constructor. Calls NxLib.OpenDebugBlock().

Param name

Debug block name.

Param level

Debug level of this block, see NxLib.OpenDebugBlock() for the possible levels.