plt3DIPlane SetLabelLocation
Sets the location of a plane's label.
Syntax
plt3DIPlane_handle SetLabelLocation location
Application
HyperWorks Tcl Modify
Description
The appearance of a highlighted plane will change to indicate that it is active or has been picked through the GUI. To see this effect, alter the highlighted flag to cause a redraw of the client.
Inputs
- location
- The label location. Options include left, right, top, bottom, upper left, upper right, lower left, lower right.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetPlaneHandle myPlaneName [myPlotName AddPlane]
myPlaneName SetLabelLocation left
Errors
Success (0) or an error code.