::hwp::GetSurfaceData

Gets a surface data handle of a 3D plot client.

Syntax

::hwp::GetSurfaceData

Application

HyperWorks Tcl Query

Description

This procedure implements minus options.

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

Mandatory Arguments

-vector "x/y/z"
The vector of the 3D surface.

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 data handle of a HyperGraph 3D surface.

Example

set surfaceDataHandle [::hwp::GetSurfaceData -vector z -page 4 -window 1]