plt3DILegend GetFilter
Finds the legend style.
Syntax
Plt3DILegend_handle GetFilter
Application
HyperWorks Tcl Query
Description
This command finds the style of the legend in the 3D plot. Styles include: “linear”, “log”, “db10”, and “db20”.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 SetClientType Plot3d;
w1 GetClientHandle plot;
plot GetLegendHandle leg;
leg GetFilter;
Errors
Success (the style) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Legend
- Plot3D
- Query