::hwp::GetComponent

Gets a component handle of an animation client model.

Syntax

::hwp::GetComponent

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns a component handle of a HyperView model.

Mandatory Arguments

-id "componentID"
The component ID.

Optional Arguments

-modelId "modelId"
The model ID.
-poolType "pool type" (default Part)
The pool type of the component, for example "Part", "Orphan-Node", or other. Default value is "Part".

Returns

Returns a component handle of an animation client model.

Example

set componentHandle [::hwp::GetComponent -id 2000591]