Show3DVolumeTools Method


Description

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.

Syntax

objDocument.Show3DVolumeTools()

Remarks

Valid only if objDocument is of type VMR.

Example

' VBScript
doc.
Show3DVolumeTools

// JScript
doc.
Show3DVolumeTools();

# PerlScript
$doc->
Show3DVolumeTools();