::hwp::GetSurface

Gets a surface handle of a 3D plot client.

Syntax

::hwp::GetSurface

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

This procedure returns a surface handle of a HyperGraph 3D surface.

Mandatory Arguments

None.

Optional Arguments

-page "page id"
The page where the 3D surface is located.
-window "window id"
The window where the 3D surface is located.
-surf "surfaceId"
The surface ID.
-mathRef "math_referece"
The surface math reference (for example, p4w1s2).

Returns

Returns a surface handle of a HyperGraph 3D surface.

Examples

set surfaceHandle [::hwp::GetSurface -surf 1 -page 4 -window 1]
set surfaceHandle [::hwp::GetSurface -mathRef p4w1s2]