pltIBuildPlotsCtrl GetYDatatypeBinding

Finds the request (y data type binding) based on the result type that has been set.

Syntax

pltIBuildPlotsCtrl_handle GetYDatatypeBinding

Application

Tcl Query

Description

This command returns the request (y data type binding) based on the result type that has been set. The request types include:
“Nodes”
“Elements”
“Surface”
“Volume”
“Part”
“Assembly”
“Set”
“Model”
“System”

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile "c:/demos/mv_hv_hg/HyperView Stuff/d3plotag" true;
build GetYDatatypeBinding

Errors

Success (the request type) or an error message is returned.

Keywords

HyperView

Tcl

Build Plots

Query