::hwp::GetSubcase

Returns a Subcase handle to the belonging Subcase ID.

Syntax

::hwp::GetSubcase

Application

HyperWorks Tcl Query

Description

This procedure returns a Subcase handle to the belonging Subcase ID.

Mandatory Arguments

-id "subcase id"
The subcase ID of subcase that is requested.

Optional Arguments

-page "pageID"
The page ID of where to add the model.
-window "windowID"
The window ID of where to add the model.

Returns

Returns a Subcase handle to the belonging Subcase ID.

Example

set subcaseHandle [::hwp::GetSubcase -id 1]