plt3DICurveGroup GetMathReference

Finds the math reference of the object.

Syntax

Plt3DICurveGroup_handle GetMathReference

Application

Tcl Query

Description

This command finds the math reference of the object (within the plot). A math reference is the exact position of the object in the curve. For example, for a curve on the first page in the first window, the first curve group would have the math reference p1w1g1.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 SetClientType Plot3d;
w1 GetClientHandle plot;
plot GetCurveGroupHandle g1 1;
g1 GetMathReference;

Errors

Success (the object’s math reference) or an error message is returned.

Keywords

  • Tcl
  • Plot 3D
  • Query