pltIVector IsFrozen
Returns whether the particular vector is independent of other vectors.
Syntax
pltIVector_handle IsFrozen
Application
HyperWorks Tcl Query
Description
This command returns ‘true’ if the vector is independent of other vectors. Else returns ‘false’.
Example
#Precondition : A curve must be available on the plot client window.
hwi GetActiveClientHandle cl;#Must be a plot client.
cl GetCurveHandle crv 1;#Get the handle of the curve at index 1.
crv GetVectorHandle yvec y;#Possible options are x or y or u or v
yvec IsFrozen # will give either true or false depending on the Freeze command
Errors
None.
Keywords
HyperWorks
Tcl
IsFrozen
Freeze
DataSource
Query
Vector