plt3DINote SetPickApertureSize
Finds the size of the aperture.
Syntax
plt3DINote_handle SetPickApertureSize pixels
Application
HyperWorks Tcl Query
Description
This command sets the size of the aperture. The aperture is box with lines coming out of it that is controlled by the mouse (instead of the arrow). The aperture allows you to pick things in the GUI.
Inputs
- pixels
- A number representing the size that you want the aperture to be.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle plot;
plot SetPickApertureSize 20;
Errors
Success (0) or an error is returned.
Keywords
- HyperWorks
- Tcl
- Note
- Plot 3D
- Query