plt3DIPlot SetPickApertureSize

Finds the size of the aperture.

Syntax

plt3DIPlot_handle SetPickApertureSize pixels

Application

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
The input for the pixels variable is 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.

Keyword

  • Tcl
  • Note
  • Plot 3D
  • Query