::hwp::GetContourCtrl

Gets a ContourCtrl handle of an animation client model.

Syntax

::hwp::GetContourCtrl

Application

HyperWorks Tcl Query

Description

This procedure returns a ContourCtrl handle of the active HyperView model.

Mandatory Arguments

None.

Optional Arguments

-page "pageID"
The page ID of the requested page.
-window "windowID"
The window ID of the requested window.
-id "modelID"
The model ID of the requested model.

Returns

Returns a ContourCtrl handle of the active animation client model.

Example

set contourHandle [::hwp::GetContourCtrl ]