Shows the 3D Volume Tools dialog. If the Surface Module window is shown maximized, this method also switches to the VMR window thereby hiding the Surface Module window.
objDocument.Show3DVolumeTools()
Valid only if objDocument is of type VMR.
' VBScript
doc.Show3DVolumeTools
// JScript
doc.Show3DVolumeTools();
# PerlScript
$doc->Show3DVolumeTools();