plt3DIPlane SetD
Sets the current drag location for the plane.
Syntax
plt3DIPlane_handle SetD location
Application
HyperWorks Tcl Modify
Description
Sets the current drag location for the plane.
Inputs
- location
- The real value of the current drag location for the plane along its normal. The value must be between GetDMin and GetDMax.
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 SetD 10.0
Errors
Success (0) or an error code.