pltIPlot SetColorSchemeToDefault
Sets the color options of the plot to the default values.
Syntax
pltIPlot_handle SetColorSchemeToDefault
Application
HyperWorks Tcl Modify
Description
This command sets the color options of the plot to the default values.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot SetColorSchemeToDefault;
Errors
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Polar plot
Modify